diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
| commit | 42d3eba523963ab015ac451eeea0788b11631c94 (patch) | |
| tree | d6eb268f26af23cc29cceb581dd5468a2cfef052 /lib/dns/api | |
| parent | 3939884dc90db099f5601bd7c27d39acf7a8c731 (diff) | |
Vendor import of BIND 9.8.2vendor/bind9/9.8.2
Notes
svn path=/vendor/bind9/dist/; revision=233902
svn path=/vendor/bind9/9.8.2/; revision=233903; tag=vendor/bind9/9.8.2
Diffstat (limited to 'lib/dns/api')
| -rw-r--r-- | lib/dns/api | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/dns/api b/lib/dns/api index d724b6165472..69ec5c4e4681 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,8 @@ -LIBINTERFACE = 84 -LIBREVISION = 1 -LIBAGE = 3 +# LIBINTERFACE ranges +# 9.6: 50-59, 110-119 +# 9.7: 60-79 +# 9.8: 80-89 +# 9.9: 90-109 +LIBINTERFACE = 87 +LIBREVISION = 0 +LIBAGE = 6 |
