diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-08-12 14:20:17 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-08-12 14:20:17 +0300 |
commit | a79cabcfefbf79648597c65de559880f78ae0563 (patch) | |
tree | 1b5fd5913276a2ec408cabc29a98bc3776135aed /configure.in | |
parent | 9d7da6bd1f5862a52eff5534e92c14502a5fc72a (diff) | |
download | mariadb-git-a79cabcfefbf79648597c65de559880f78ae0563.tar.gz |
bumped the version to 5.1.60
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 0e336c5522b..e56a18540b5 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.59], [], [mysql]) +AC_INIT([MySQL Server], [5.1.60], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |