summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbteam/mysqldev@mysql.com/production.mysql.com <>2006-10-02 15:15:16 +0200
committerbteam/mysqldev@mysql.com/production.mysql.com <>2006-10-02 15:15:16 +0200
commitd74621142bc184cd92433ad0872cd2c511791ac9 (patch)
treee14390be8fd83f59ec14c5d1d8d8fb5fe4c5c5df /configure.in
parent8f3f2776426fa895ffd772b383a15877d6e96ae9 (diff)
downloadmariadb-git-d74621142bc184cd92433ad0872cd2c511791ac9.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 7bc4fe77675..55da1dfb241 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.26)
+AM_INIT_AUTOMAKE(mysql, 5.0.27)
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=26
+NDB_VERSION_BUILD=27
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?