diff options
| author | 2019-02-06 10:02:31 +0000 | |
|---|---|---|
| committer | 2019-02-06 10:02:31 +0000 | |
| commit | a638de7715b55c9a09e51fd5d42d97f05d966da7 (patch) | |
| tree | 1d6e16ad280a8e925a89baeb9dd512e04284d5e3 | |
| parent | Quit users during cleanup instead of when /DIE is executed. (diff) | |
Release v3.0.0 release candidate 2. v3.0.0rc2
| -rw-r--r-- | include/modules.h | 2 | ||||
| -rwxr-xr-x | src/version.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index 86b620d07..a3a0aadb3 100644 --- a/include/modules.h +++ b/include/modules.h @@ -107,7 +107,7 @@ struct ModResult { * and numerical comparisons in preprocessor macros if they wish to support * multiple versions of InspIRCd in one file. */ -#define INSPIRCD_VERSION_API 1 +#define INSPIRCD_VERSION_API 2 /** * This #define allows us to call a method in all diff --git a/src/version.sh b/src/version.sh index 5cdca4090..50a7d5064 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-3.0.0-rc1" +echo "InspIRCd-3.0.0-rc2" |
