Release v4.0.0.

This commit is contained in:
Sadie Powell 2024-06-29 00:50:27 +01:00
parent 5b1dd4cfa5
commit 58d775b2b1
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
class Module;
/** The version of the InspIRCd ABI which is presently in use. */
#define MODULE_ABI 4000UL
#define MODULE_ABI 4001UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)

View File

@ -1,2 +1,2 @@
#!/bin/sh
echo "InspIRCd-4.0.0-rc3"
echo "InspIRCd-4.0.0"