summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <timothy.smith@sun.com>2008-08-13 11:05:24 +0200
committermysqldev <mysqldev@production.mysql.com>2008-08-13 11:05:24 +0200
commit6cab759d7a2d1534cf167971a4da0b7d0e5f0f5c (patch)
tree8a55d5dea93742580bb973128a7df118bd880d0d /configure.in
parentd7c36eb3346b221a434ee612e514d1c5e1ec45dd (diff)
downloadmariadb-git-6cab759d7a2d1534cf167971a4da0b7d0e5f0f5c.tar.gz
Raise version number after cloning 5.0.68
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 ab56fc24c71..e302aaa5c4a 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.68)
+AM_INIT_AUTOMAKE(mysql, 5.0.69)
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=68
+NDB_VERSION_BUILD=69
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?