From 6e6007ef83e2b88b68e8cc5cc1591c1ca7ff96c7 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 17 May 2019 09:29:38 +0100 Subject: Release v3.1.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 cd4fdce05..86d9d067d 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 5 +#define INSPIRCD_VERSION_API 6 /** * This #define allows us to call a method in all diff --git a/src/version.sh b/src/version.sh index 0bcebbb4f..7cebbef71 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo "InspIRCd-3.0.1" +echo "InspIRCd-3.1.0" -- cgit v1.2.3