1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

- bumped up version number to 5.0.14-rc in the main tree (5.0.13-rc has

been branched off)
This commit is contained in:
lenz@mysql.com
2005-09-15 14:57:50 +02:00
parent d8bd92895d
commit c87080877c

View File

@@ -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.13-rc)
AM_INIT_AUTOMAKE(mysql, 5.0.14-rc)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -18,7 +18,7 @@ SHARED_LIB_VERSION=15:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
NDB_VERSION_BUILD=13
NDB_VERSION_BUILD=14
NDB_VERSION_STATUS="rc"
# Set all version vars based on $VERSION. How do we do this more elegant ?