diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:39:49 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:39:49 +0000 |
commit | 65880d08f9383b1b2f7d971891cc32f9ba70e051 (patch) | |
tree | d26f93aedd31b1ac675c005aa5330e49b0feb548 /lib/dns/api | |
parent | 80d1ba31f126f0fc17182c5c4b40965c383b37bd (diff) |
Notes
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 87c3c90a708d2..5a5cbc7fd18d4 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,8 @@ -LIBINTERFACE = 59 -LIBREVISION = 5 -LIBAGE = 1 +# LIBINTERFACE ranges +# 9.6: 50-59, 110-119 +# 9.7: 60-79 +# 9.8: 80-89 +# 9.9: 90-109 +LIBINTERFACE = 110 +LIBREVISION = 1 +LIBAGE = 0 |