diff options
author | unknown <joerg.bruehe@oracle.com> | 2011-12-16 12:24:05 +0100 |
---|---|---|
committer | Build Team <MYSQL-RE_WW@oracle.com> | 2011-12-16 12:24:05 +0100 |
commit | c67d63ca5baecb84426d584a07a571c97f448bb7 (patch) | |
tree | 5bf3e688f5daac0ac1c18465a5e6e00da2b23970 /configure.in | |
parent | e5cb28793385566e22d5a82efdf3f6cb8dbe5cbc (diff) | |
download | mariadb-git-c67d63ca5baecb84426d584a07a571c97f448bb7.tar.gz |
Raise version number after cloning 5.1.61
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 080de523c1b..fb6155aa0be 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.61], [], [mysql]) +AC_INIT([MySQL Server], [5.1.62], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |