summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-08-05 16:35:04 +0200
committerunknown <joerg@mysql.com>2005-08-05 16:35:04 +0200
commit2b458b8f972e41e31aca75d7a7f16033b2d1c3b8 (patch)
treef62ac2be686319a03311fcf42dc0b013401b7a39 /configure.in
parent719117b3611c4e5dc7edeaab039305b29cd8779b (diff)
downloadmariadb-git-2b458b8f972e41e31aca75d7a7f16033b2d1c3b8.tar.gz
Reset the version to 5.0.11 (this is within the updated clone).
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 8c591bfddf8..8a5220dbf38 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_PREREQ(2.57)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.12-beta)
+AM_INIT_AUTOMAKE(mysql, 5.0.11-beta)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -17,7 +17,7 @@ SHARED_LIB_VERSION=15:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=12
+NDB_VERSION_BUILD=11
NDB_VERSION_STATUS="beta"
# Set all version vars based on $VERSION. How do we do this more elegant ?