mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
add EXTENSIONS in WIN32 Configure [#35220]
This commit is contained in:
parent
826426b5ee
commit
f02bd534ef
@ -2414,6 +2414,7 @@ sub makeversion {
|
||||
$Version = "$Version.$Versions{'PATCHVER'}";
|
||||
}
|
||||
$Version = "$Version$Versions{'RELEASETYPE'}$Versions{'RELEASEVER'}";
|
||||
$Version = "$Version$Versions{'EXTENSIONS'}";
|
||||
if ($verbose) {
|
||||
print "BIND Version: $Version\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user