From 400de0ab0040b26aa413d47c7f680abe2ec2458b Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 23 Aug 2019 11:14:07 +0100 Subject: Release v3.3.0. --- include/modules.h | 2 +- src/version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/modules.h b/include/modules.h index f5af969de..bf8b65343 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 6 +#define INSPIRCD_VERSION_API 7 /** * This #define allows us to call a method in all diff --git a/src/version.sh b/src/version.sh index 134b79004..6b3645cf3 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-3.2.0" +echo "InspIRCd-3.3.0" -- cgit v1.2.3