diff options
author | Peter Powell <petpow@saberuk.com> | 2016-09-02 19:43:53 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-09-02 22:13:22 +0200 |
commit | b8d85c62517da91cf49428a419eca10cf82682f2 (patch) | |
tree | a3333756ed759aa1bed0b1362607f422cfe47f73 /make/template/config.h | |
parent | 458ea2029cf36e9e8d3c7b7d0176e365234c018a (diff) |
Update stuff for the new versioning system.
Diffstat (limited to 'make/template/config.h')
-rw-r--r-- | make/template/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make/template/config.h b/make/template/config.h index 513c550f5..660678b38 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -20,8 +20,7 @@ #pragma once #define INSPIRCD_BRANCH "InspIRCd-@VERSION_MAJOR@.@VERSION_MINOR@" -#define INSPIRCD_VERSION "InspIRCd-@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@" -#define INSPIRCD_REVISION "@VERSION_LABEL@" +#define INSPIRCD_VERSION "InspIRCd-@VERSION_FULL@" #define INSPIRCD_SYSTEM "@SYSTEM_NAME_VERSION@" #define INSPIRCD_CONFIG_PATH "@CONFIG_DIR@" |