diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-12-23 18:35:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-12-23 18:35:21 +0000 |
commit | 2fabdf5789e562f51310270bef3cb863c0dc920b (patch) | |
tree | d25d756be8550df073eb3ed4e5b39831380291b5 /version | |
parent | e086bf114fd88cb7f882d66afe4492fe5659bcf2 (diff) | |
download | src-2fabdf5789e562f51310270bef3cb863c0dc920b.tar.gz src-2fabdf5789e562f51310270bef3cb863c0dc920b.zip |
Vendor import of BIND 9.4.3vendor/bind9/9.4.3
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=186448
svn path=/vendor/bind9/9.4.3/; revision=186449; tag=vendor/bind9/9.4.3
Diffstat (limited to 'version')
-rw-r--r-- | version | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ -# $Id: version,v 1.29.134.18.8.2 2008/07/29 05:03:28 each Exp $ +# $Id: version,v 1.29.134.23 2008/11/12 04:17:12 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. # MAJORVER=9 MINORVER=4 -PATCHVER=2 -RELEASETYPE=-P -RELEASEVER=2 +PATCHVER=3 +RELEASETYPE= +RELEASEVER= |