summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <hery.ramilison@sun.com>2009-11-09 19:22:35 +0100
committerMySQL Build Team <build@mysql.com>2009-11-09 19:22:35 +0100
commitc7b07ff0cb0a84b147752efc7cf8e19f474578a7 (patch)
tree54c316fd665d8a466a9c6fb7dec891f859d69aac /configure.in
parent252cb16f208441f3816929f3523cc96da74d7fb8 (diff)
downloadmariadb-git-c7b07ff0cb0a84b147752efc7cf8e19f474578a7.tar.gz
Raise version number after cloning 5.0.88
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 11c97e517ba..e14b4014bea 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
-AM_INIT_AUTOMAKE(mysql, 5.0.88)
+AM_INIT_AUTOMAKE(mysql, 5.0.89)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=88
+NDB_VERSION_BUILD=89
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?