diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2011-04-11 13:47:15 +0400 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2011-04-11 13:47:15 +0400 |
commit | 8061bb81d8e33a6d7a2539def641fb5d36568a2c (patch) | |
tree | bfd294d6f720b5a2b10393c7d84ed7f46e983800 /configure.in | |
parent | a77bc59896ee3cd89a8f1d391a65722b443f1841 (diff) | |
parent | 97e435dd18ae49847abb7775428bd308a400c3c5 (diff) | |
download | mariadb-git-8061bb81d8e33a6d7a2539def641fb5d36568a2c.tar.gz |
Merge from mysql-5.0 (bump the version).
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 dc944386f22..5bd823ab879 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.57], [], [mysql]) +AC_INIT([MySQL Server], [5.1.58], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |