diff options
author | unknown <karen.langford@oracle.com> | 2010-08-03 18:57:39 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-08-03 18:57:39 +0200 |
commit | 127ca525942e0e519f05fd5c01ca814738810db0 (patch) | |
tree | 0ae7a130af4b8cedd70a5883ff7c25d7233ac129 /configure.in | |
parent | 7909541953de43c7b7d16513c8d612cfe405af67 (diff) | |
download | mariadb-git-127ca525942e0e519f05fd5c01ca814738810db0.tar.gz |
Raise version number after cloning 5.1.50
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 efd291f953c..3ec62b836f1 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 |