summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-10-25 23:29:55 +0100
committerPeter Powell <petpow@saberuk.com>2018-10-25 23:29:55 +0100
commit2b4682c2d1458377faa97ded0345d740ece31c66 (patch)
tree70c025965948a88497d4da873dd2a719650689ac
parentae0ae8ea617a1a3a3d4f89f5a5e470e8aa262c9f (diff)
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.
-rw-r--r--make/template/config.h2
1 files changed, 1 insertions, 1 deletions
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@"