summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2008-08-13 12:34:35 +0200
committerJoerg Bruehe <joerg@mysql.com>2008-08-13 12:34:35 +0200
commit182b2383347cca5c6870b3f574191d5984799f67 (patch)
tree0159068bc75e16a5c6163e014bebf33a1d4639b0 /configure.in
parent6cab759d7a2d1534cf167971a4da0b7d0e5f0f5c (diff)
downloadmariadb-git-182b2383347cca5c6870b3f574191d5984799f67.tar.gz
Correct the version number to 5.0.70.
configure.in: Version number raise was incomplete, the 5.0 tree steps by 2.
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 e302aaa5c4a..bd993bb5fcf 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.69)
+AM_INIT_AUTOMAKE(mysql, 5.0.70)
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=69
+NDB_VERSION_BUILD=70
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?