diff options
author | Sadie Powell <sadie@witchery.services> | 2021-02-26 07:00:33 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-02-26 07:00:33 +0000 |
commit | 9ecea89f1251299a5431797976a7f1603f3c4bf8 (patch) | |
tree | f6604a85e3838104ef3322a6477bf242296428a7 | |
parent | 1bf7ca389426e196697eba9a8b60277db03fbedb (diff) |
Release v3.9.0.
-rw-r--r-- | include/moduledefs.h | 2 | ||||
-rwxr-xr-x | src/version.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/moduledefs.h b/include/moduledefs.h index 564c41f8b..82207524c 100644 --- a/include/moduledefs.h +++ b/include/moduledefs.h @@ -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) diff --git a/src/version.sh b/src/version.sh index 18a75c166..f9ae35c70 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-3.8.1" +echo "InspIRCd-3.9.0" |