summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-04-01 01:42:49 +0200
committerattilamolnar <attilamolnar@hush.com>2013-04-01 01:42:49 +0200
commitd1b9bf8e35b2631fb840ab40b50a52b3e2c87b4e (patch)
tree6893a323c154bab6f0d24bbab13adb16f8922f3a /include/modules.h
parent12872e3d4b942d10c4dc1ec9e099345b474ac874 (diff)
New API version
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index e450233da..68ac9cb6c 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -109,14 +109,14 @@ struct ModResult {
/** InspIRCd major version.
* 1.2 -> 102; 2.1 -> 201; 2.12 -> 212
*/
-#define INSPIRCD_VERSION_MAJ 200
+#define INSPIRCD_VERSION_MAJ 202
/** 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
* and numerical comparisons in preprocessor macros if they wish to support
* multiple versions of InspIRCd in one file.
*/
-#define INSPIRCD_VERSION_API 4
+#define INSPIRCD_VERSION_API 1
/**
* This #define allows us to call a method in all