diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-02-11 12:09:04 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-02-11 12:09:04 +0200 |
commit | 867217156d43b6f6f7ace569a093b829cccaf5e3 (patch) | |
tree | ea19d0dcd46af488a2ed463866c3a5535db76c06 /configure.in | |
parent | 7856500b0de0f9c93148e632be44014c1f9c27f3 (diff) | |
download | mariadb-git-867217156d43b6f6f7ace569a093b829cccaf5e3.tar.gz |
version bump to 5.1.57
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 6d5bc07ba9a..dc944386f22 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.56], [], [mysql]) +AC_INIT([MySQL Server], [5.1.57], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |