summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg.bruehe@oracle.com>2011-12-16 12:33:54 +0100
committerJoerg Bruehe <joerg.bruehe@oracle.com>2011-12-16 12:33:54 +0100
commitb42c3932f83afc80015a1800465548b646d9e749 (patch)
treec68f313a8b1969475a9122fccc7116bf5465d287 /configure.in
parentcb5239954b37f9e07e1e11dbc3bfa603a538c690 (diff)
downloadmariadb-git-b42c3932f83afc80015a1800465548b646d9e749.tar.gz
Raise version number after cloning
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 a06f726c738..908171ca857 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.95)
+AM_INIT_AUTOMAKE(mysql, 5.0.96)
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=95
+NDB_VERSION_BUILD=96
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?