summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbpontz@mysql.com <>2006-04-26 08:26:33 +0200
committerbpontz@mysql.com <>2006-04-26 08:26:33 +0200
commit92825f3ada442195bf2a1645c2f8b177ed98a5c9 (patch)
treec80a5eab8a48db86c855f32c029c7a5727affbc3 /configure.in
parented3f3fa0c7bf94715d2b05f0fec0d61f05b477a2 (diff)
downloadmariadb-git-92825f3ada442195bf2a1645c2f8b177ed98a5c9.tar.gz
configure.in:
clone-off for 5.0.21
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 174c9a16d8e..74ac7ed4574 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.21)
+AM_INIT_AUTOMAKE(mysql, 5.0.22)
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=21
+NDB_VERSION_BUILD=22
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?