mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:29:59 -04:00
Merge branch 'setup-v914' into v9_14
This commit is contained in:
commit
566ad7021e
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
|
|||
# this emulates #! processing on NIH machines.
|
||||
# (remove #! line above if indigestible)
|
||||
|
||||
$master = 1;
|
||||
$master = 0;
|
||||
|
||||
eval '$'.$1.'$2;' while $ARGV[0] =~ /^([A-Za-z_0-9]+=)(.*)/ && shift;
|
||||
# process any FOO=bar switches
|
||||
|
|
|
|||
2
version
2
version
|
|
@ -2,7 +2,7 @@
|
|||
# configure.
|
||||
#
|
||||
PRODUCT=BIND
|
||||
DESCRIPTION="(Development Release)"
|
||||
DESCRIPTION="(Stable Release)"
|
||||
MAJORVER=9
|
||||
MINORVER=13
|
||||
PATCHVER=6
|
||||
|
|
|
|||
Loading…
Reference in a new issue