diff options
-rw-r--r-- | make/template/config.h | 2 |
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@" |