summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2005-08-05 16:35:04 +0200
committerjoerg@mysql.com <>2005-08-05 16:35:04 +0200
commit23603ca7cb37ae226d778c63923080b39b92c1ff (patch)
treef62ac2be686319a03311fcf42dc0b013401b7a39 /configure.in
parentee6109e95f8fa4ca097cda27cc1aed700ea28366 (diff)
downloadmariadb-git-23603ca7cb37ae226d778c63923080b39b92c1ff.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 ?