summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-05-07 19:48:11 +0200
committerdf@pippilotta.erinye.com <>2007-05-07 19:48:11 +0200
commitf3c5627a792fc5b1b531e13bb15921a4de244a33 (patch)
treed8552a5fb25d1a7e834f421697696007669ca79a /configure.in
parent18c733a5e2b44b86366f59db837fa50b93f435a6 (diff)
downloadmariadb-git-f3c5627a792fc5b1b531e13bb15921a4de244a33.tar.gz
raise version number
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 260c9a9f0fd..5184587f453 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.41)
+AM_INIT_AUTOMAKE(mysql, 5.0.43)
AM_CONFIG_HEADER(config.h)
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=41
+NDB_VERSION_BUILD=43
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?