diff options
author | Sadie Powell <sadie@witchery.services> | 2021-05-14 14:32:51 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-05-14 14:49:07 +0100 |
commit | 6ff8f38a6d55970af1400cc78994e017ca351c39 (patch) | |
tree | 7ec64e778afd10aaa5722aaf499a8b51cf06cc45 | |
parent | e94b673532f7833aaa4789f834e61d68e0b4fc56 (diff) |
Release v3.10.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 67aa062bf..45d3366b0 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 3015UL +#define MODULE_ABI 3016UL /** 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 f9ae35c70..b11c644e8 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-3.9.0" +echo "InspIRCd-3.10.0" |