]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Release v3.9.0.
authorSadie Powell <sadie@witchery.services>
Fri, 26 Feb 2021 07:00:33 +0000 (07:00 +0000)
committerSadie Powell <sadie@witchery.services>
Fri, 26 Feb 2021 07:00:33 +0000 (07:00 +0000)
include/moduledefs.h
src/version.sh

index 564c41f8bbce9dbe3fe70d3e64af8f87ddccef2a..82207524ce1d960926543613918a40a7f7163fbe 100644 (file)
@@ -22,7 +22,7 @@
 class Module;
 
 /** The version of the InspIRCd ABI which is presently in use. */
-#define MODULE_ABI 3014UL
+#define MODULE_ABI 3015UL
 
 /** Stringifies the value of a symbol. */
 #define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)
index 18a75c1665e41930efff511540ffc3559af303d4..f9ae35c70031bcc70ef13670a30256a221f73ab3 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-echo "InspIRCd-3.8.1"
+echo "InspIRCd-3.9.0"