Release v3.3.0.

This commit is contained in:
Peter Powell 2019-08-23 11:14:07 +01:00
parent 9ed9396278
commit 400de0ab00
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ struct ModResult {
* and numerical comparisons in preprocessor macros if they wish to support * and numerical comparisons in preprocessor macros if they wish to support
* multiple versions of InspIRCd in one file. * multiple versions of InspIRCd in one file.
*/ */
#define INSPIRCD_VERSION_API 6 #define INSPIRCD_VERSION_API 7
/** /**
* This #define allows us to call a method in all * This #define allows us to call a method in all

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
echo "InspIRCd-3.2.0" echo "InspIRCd-3.3.0"