diff options
author | Karen Langford <karen.langford@oracle.com> | 2011-10-26 17:03:53 +0200 |
---|---|---|
committer | Karen Langford <karen.langford@oracle.com> | 2011-10-26 17:03:53 +0200 |
commit | cba07d5bfd547319fd5866d76170e18639827bdc (patch) | |
tree | 48ae208e2960f8221021f431fa200748fdadbfe5 /configure.in | |
parent | 2c67d5066db7d6aada4d93297918a8ff3e57aa33 (diff) | |
download | mariadb-git-cba07d5bfd547319fd5866d76170e18639827bdc.tar.gz |
Raise 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 |