2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

add EXTENSIONS in WIN32 Configure [#35220]

This commit is contained in:
Francis Dupont
2014-01-20 15:40:11 +01:00
parent 826426b5ee
commit f02bd534ef

View File

@@ -2414,6 +2414,7 @@ sub makeversion {
$Version = "$Version.$Versions{'PATCHVER'}"; $Version = "$Version.$Versions{'PATCHVER'}";
} }
$Version = "$Version$Versions{'RELEASETYPE'}$Versions{'RELEASEVER'}"; $Version = "$Version$Versions{'RELEASETYPE'}$Versions{'RELEASEVER'}";
$Version = "$Version$Versions{'EXTENSIONS'}";
if ($verbose) { if ($verbose) {
print "BIND Version: $Version\n"; print "BIND Version: $Version\n";
} }