This commit is contained in:
Mark Andrews 2012-02-15 10:57:07 +00:00
parent 07b0e87485
commit 747e1373b5
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
--- 9.9.0rc3 released ---
3284. [bug] Address race conditions with the handling of
rbtnode.deadlink. [RT #27738]

View file

@ -4,5 +4,5 @@
# 9.8: 80-89
# 9.9: 90-109
LIBINTERFACE = 93
LIBREVISION = 0
LIBREVISION = 1
LIBAGE = 0

View file

@ -1,4 +1,4 @@
# $Id: version,v 1.60.2.1 2012/01/31 01:16:31 each Exp $
# $Id: version,v 1.60.2.2 2012/02/15 10:53:19 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=2
RELEASEVER=3