diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-07-28 22:58:40 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-07-28 22:58:40 +0000 |
commit | d5e9ae7e174c2efbbf724c173aa324efe94b7ccc (patch) | |
tree | 863e30fb95eb818d938fa2fa5c35722bd8f2bded /version | |
parent | 53ae1d202dc8ab10c2a95d64232a5ce37efdec73 (diff) | |
download | src-d5e9ae7e174c2efbbf724c173aa324efe94b7ccc.tar.gz src-d5e9ae7e174c2efbbf724c173aa324efe94b7ccc.zip |
Vendor import of BIND 9.6.1-P1vendor/bind9/9.6.1-P1
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=195928
svn path=/vendor/bind9/9.6.1-P1/; revision=195929; tag=vendor/bind9/9.6.1-P1
Diffstat (limited to 'version')
-rw-r--r-- | version | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# $Id: version,v 1.43.12.5 2009/06/04 04:02:41 marka Exp $ +# $Id: version,v 1.43.12.5.8.1 2009/07/28 14:18:08 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. @@ -6,5 +6,5 @@ MAJORVER=9 MINORVER=6 PATCHVER=1 -RELEASETYPE= -RELEASEVER= +RELEASETYPE=-P +RELEASEVER=1 |