mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
add EXTENSIONS in WIN32 Configure [#35220]
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user