diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-09-13 17:17:50 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-09-13 17:17:50 +0300 |
commit | 611f8ea37299425a861fcc7e4685841e8557d3d3 (patch) | |
tree | 8cba04bec7aeb5acfc8e5f22de97850630e1e827 /configure.in | |
parent | 69c280506808e434e20669d838724d43b675540c (diff) | |
download | mariadb-git-611f8ea37299425a861fcc7e4685841e8557d3d3.tar.gz |
Raise version number after cloning 5.1.51
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 3ec62b836f1..c1672557bd1 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.51], [], [mysql]) +AC_INIT([MySQL Server], [5.1.52], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |