mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Release v4.0.0.
This commit is contained in:
parent
5b1dd4cfa5
commit
58d775b2b1
@ -22,7 +22,7 @@
|
|||||||
class Module;
|
class Module;
|
||||||
|
|
||||||
/** The version of the InspIRCd ABI which is presently in use. */
|
/** 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. */
|
/** Stringifies the value of a symbol. */
|
||||||
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)
|
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "InspIRCd-4.0.0-rc3"
|
echo "InspIRCd-4.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user