diff options
author | MySQL Build Team <build@mysql.com> | 2010-08-19 17:03:29 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-08-19 17:03:29 +0200 |
commit | 3ac03a0b1b3af3b1139dfc94372d9d441fcaebc7 (patch) | |
tree | 0c7bfbd79837c09b2d32654243c463a3839e125d /configure.in | |
parent | 22b86260dc274cee4d66f74b8178127ec4b47e72 (diff) | |
download | mariadb-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.in | 2 |
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 |