summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjoerg@trift2. <>2006-10-24 10:57:17 +0200
committerjoerg@trift2. <>2006-10-24 10:57:17 +0200
commit837746340e890fb65a9606f26988d2789db755d5 (patch)
tree87e6cb08e6f47a1a1324e5641de82f8bd1fc5b3b /configure.in
parentb1bd09cbfadc08c893462dcbe62b187e591cd45b (diff)
downloadmariadb-git-837746340e890fb65a9606f26988d2789db755d5.tar.gz
Bump version number to 5.0.29, as 28 will be based directly on 27.
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 18c08722fff..7c2d3e77b27 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.28)
+AM_INIT_AUTOMAKE(mysql, 5.0.29)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -19,7 +19,7 @@ SHARED_LIB_VERSION=$SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=28
+NDB_VERSION_BUILD=29
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?