diff --git a/CHANGES b/CHANGES index 9c5742de4f..c3cc99a58d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.9.5rc2 released --- + 3710. [bug] Address double dns_zone_detach when switching to using automatic empty zones from regular zones. [RT #35177] diff --git a/lib/dns/api b/lib/dns/api index 1bf8d3fac3..cc5437d0be 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 102 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 2 diff --git a/lib/irs/api b/lib/irs/api index 343e4aaf53..3f5a2a3b16 100644 --- a/lib/irs/api +++ b/lib/irs/api @@ -4,6 +4,6 @@ # 9.8: 80-89, 120-129 # 9.9: 90-109 # 9.9-sub: 130-139 -LIBINTERFACE = 90 -LIBREVISION = 2 +LIBINTERFACE = 91 +LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 07c646d653..a1fe77ff05 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -4,6 +4,6 @@ # 9.8: 80-89, 120-129 # 9.9: 90-109 # 9.9-sub: 130-139 -LIBINTERFACE = 99 +LIBINTERFACE = 100 LIBREVISION = 0 -LIBAGE = 4 +LIBAGE = 5 diff --git a/version b/version index 92e82f501e..426490c900 100644 --- a/version +++ b/version @@ -9,5 +9,5 @@ MAJORVER=9 MINORVER=9 PATCHVER=5 RELEASETYPE=rc -RELEASEVER=1 +RELEASEVER=2 EXTENSIONS=