summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-07-06 12:54:22 +0200
committerunknown <joerg@mysql.com>2005-07-06 12:54:22 +0200
commit6dc280da7c8fbea12ee010f92e5698833053c7e9 (patch)
treec6a00710cc4438943ed2a9af6a7d46be0ff6196e /configure.in
parentbda481ce41ff99f38f552b3945e6a594b0262a43 (diff)
downloadmariadb-git-6dc280da7c8fbea12ee010f92e5698833053c7e9.tar.gz
Increase version number to 5.0.10, as 5.0.9 has been cloned off.
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 a37963911b9..21494999ca4 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_PREREQ(2.58)dnl Minimum Autoconf version required.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# Don't forget to also update the NDB lines below.
-AM_INIT_AUTOMAKE(mysql, 5.0.9-beta)
+AM_INIT_AUTOMAKE(mysql, 5.0.10-beta)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -17,7 +17,7 @@ SHARED_LIB_VERSION=14:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=9
+NDB_VERSION_BUILD=10
NDB_VERSION_STATUS="beta"
# Set all version vars based on $VERSION. How do we do this more elegant ?