summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-01-07 22:41:54 +0000
committerPeter Powell <petpow@saberuk.com>2019-01-07 22:41:54 +0000
commitf4041a13c3894e282fb34010f3373d1950136a8c (patch)
tree4a1ffdd69bd5ca24672a6ce1e87d6ef877c157c2 /include/modules.h
parent2e3c6309099841fd573b423d167980be47e634b2 (diff)
Release v3.0.0 release candidate 1.
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index b4f13c6b7..b8c860fbc 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -99,7 +99,8 @@ struct ModResult {
/** InspIRCd major version.
* 1.2 -> 102; 2.1 -> 201; 2.12 -> 212
*/
-#define INSPIRCD_VERSION_MAJ 202
+#define INSPIRCD_VERSION_MAJ 300
+
/** InspIRCd API version.
* If you change any API elements, increment this value. This counter should be
* reset whenever the major version is changed. Modules can use these two values