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/inspircd | |
parent | 458ea2029cf36e9e8d3c7b7d0176e365234c018a (diff) |
Update stuff for the new versioning system.
Diffstat (limited to 'make/template/inspircd')
-rw-r--r-- | make/template/inspircd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/inspircd b/make/template/inspircd index cb2d2902d..949f85cee 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -55,7 +55,7 @@ my $runpath = "@BASE_DIR@"; my $datadir = "@DATA_DIR@"; my $valgrindlogpath = "$basepath/valgrindlogs"; my $executable = "inspircd"; -my $version = "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@+@VERSION_LABEL@"; +my $version = "@VERSION_FULL@"; my $uid = "@UID@"; if (!("--runasroot" ~~ @ARGV) && ($< == 0 || $> == 0)) { |