mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:39:59 -04:00
add EXTENSIONS in WIN32 Configure [#35220]
This commit is contained in:
parent
c7f9089a28
commit
6608bb1adf
1 changed files with 1 additions and 0 deletions
|
|
@ -2332,6 +2332,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…
Reference in a new issue