diff options
author | Karen Langford <karen.langford@oracle.com> | 2011-10-26 20:48:42 +0200 |
---|---|---|
committer | Karen Langford <karen.langford@oracle.com> | 2011-10-26 20:48:42 +0200 |
commit | 006f649f4b13060a79e05f69eae8e44e0c1b0e0a (patch) | |
tree | 5a026fd5f878c7431cd4a8a2fa828d938c1f8e27 /configure.in | |
parent | f66002f8eb5747e95721790b30a5e02be6ca6929 (diff) | |
download | mariadb-git-006f649f4b13060a79e05f69eae8e44e0c1b0e0a.tar.gz |
Increased version number after cloning 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 120717d6afa..080de523c1b 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.60], [], [mysql]) +AC_INIT([MySQL Server], [5.1.61], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |