summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-12-11 17:38:49 +0100
committerdf@pippilotta.erinye.com <>2007-12-11 17:38:49 +0100
commitde716f1f86cafa8917ac7791e8089f78d0c1a439 (patch)
tree4f5076f7342d91600f94e2fd3d0acc84f8fa8fda /configure.in
parenta079cb9f494f8561088eacf7f1184558fd8644a0 (diff)
downloadmariadb-git-de716f1f86cafa8917ac7791e8089f78d0c1a439.tar.gz
No we're still at 5.0.54.
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 52fe0dc9c66..ead2f85afb7 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.52)
+AM_INIT_AUTOMAKE(mysql, 5.0.54)
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=52
+NDB_VERSION_BUILD=54
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?