diff options
author | unknown <akhil.mohan@oracle.com> | 2012-09-07 10:30:53 +0200 |
---|---|---|
committer | Akhil Mohan <akhil.mohan@oracle.com> | 2012-09-07 10:30:53 +0200 |
commit | 95a937e368e20027ce126fecc257d31c8a10dcc9 (patch) | |
tree | e097178f8f2e0662f2f38a1459de2b47b99ccbed /configure.in | |
parent | 50e8ac0b831f9cc02bdc7cbe3b465c295b453d5d (diff) | |
download | mariadb-git-95a937e368e20027ce126fecc257d31c8a10dcc9.tar.gz |
Raise version number after cloning 5.1.66
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 068328992e0..9f361d88a38 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.66], [], [mysql]) +AC_INIT([MySQL Server], [5.1.67], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |