summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-09-02 19:43:53 +0100
committerAttila Molnar <attilamolnar@hush.com>2016-09-02 22:13:22 +0200
commitb8d85c62517da91cf49428a419eca10cf82682f2 (patch)
treea3333756ed759aa1bed0b1362607f422cfe47f73 /configure
parent458ea2029cf36e9e8d3c7b7d0176e365234c018a (diff)
Update stuff for the new versioning system.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index efb19bfc1..025492e01 100755
--- a/configure
+++ b/configure
@@ -124,7 +124,7 @@ our $interactive = !(
);
my %version = get_version();
-print_format "<|BOLD Configuring InspIRCd $version{MAJOR}.$version{MINOR}.$version{PATCH}+$version{LABEL} on $^O.|>\n";
+print_format "<|BOLD Configuring InspIRCd $version{FULL} on $^O.|>\n";
our %config;
if ($interactive) {