summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2010-08-19 17:03:29 +0200
committerMySQL Build Team <build@mysql.com>2010-08-19 17:03:29 +0200
commit3ac03a0b1b3af3b1139dfc94372d9d441fcaebc7 (patch)
tree0c7bfbd79837c09b2d32654243c463a3839e125d /configure.in
parent22b86260dc274cee4d66f74b8178127ec4b47e72 (diff)
downloadmariadb-git-3ac03a0b1b3af3b1139dfc94372d9d441fcaebc7.tar.gz
Raise the version number, 5.1.50 is (was) being built in a parellel tree.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a475185d880..7c3e304e0c7 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ dnl
dnl When changing the major version number please also check the switch
dnl statement in mysqlbinlog::check_master_version(). You may also need
dnl to update version.c in ndb.
-AC_INIT([MySQL Server], [5.1.50], [], [mysql])
+AC_INIT([MySQL Server], [5.1.51], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM