From 2b4682c2d1458377faa97ded0345d740ece31c66 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 25 Oct 2018 23:29:55 +0100 Subject: Change the branch version from InspIRCd-3.0 to InspIRCd-3. Under the new versioning scheme when a new branch is forked the major version number will be reset. The minor version number will now be used to mark a release as containing backwards compatible additions and the patch version number will be used to mark a release as containing just bug fixes. --- make/template/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/template/config.h b/make/template/config.h index f458b4a7c..2fbf5c564 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -19,7 +19,7 @@ #pragma once -#define INSPIRCD_BRANCH "InspIRCd-@VERSION_MAJOR@.@VERSION_MINOR@" +#define INSPIRCD_BRANCH "InspIRCd-@VERSION_MAJOR@" #define INSPIRCD_VERSION "InspIRCd-@VERSION_FULL@" #define INSPIRCD_CONFIG_PATH "@CONFIG_DIR@" -- cgit v1.2.3