This commit is contained in:
Mark Andrews 2012-02-23 07:06:10 +00:00
parent 1032216f5c
commit 2c96b35bbc
3 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
--- 9.9.0rc4 released ---
3289. [bug] 'rndc retransfer' failed for inline zones. [RT #28036]
3288. [bug] dlz_destroy() function wasn't correctly registered

View file

@ -3,6 +3,6 @@
# 9.7: 60-79
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 93
LIBREVISION = 1
LIBAGE = 0
LIBINTERFACE = 94
LIBREVISION = 0
LIBAGE = 1

View file

@ -1,4 +1,4 @@
# $Id: version,v 1.60.2.2 2012/02/15 10:53:19 marka Exp $
# $Id: version,v 1.60.2.3 2012/02/23 07:06:10 marka Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
@ -7,4 +7,4 @@ MAJORVER=9
MINORVER=9
PATCHVER=0
RELEASETYPE=rc
RELEASEVER=3
RELEASEVER=4