diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2011-02-11 11:32:03 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2011-02-11 11:32:03 +0100 |
commit | c278961c335c08804a76f7d95f05b7c46120a97f (patch) | |
tree | a2d6638fc3c929c3dd3250594a1e89763b2251a8 /configure.in | |
parent | 679e460ed4aadd2180198272c5b89d65422fb384 (diff) | |
download | mariadb-git-c278961c335c08804a76f7d95f05b7c46120a97f.tar.gz |
Raise version number after cloning 5.1.56
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 6d5bc07ba9a..dc944386f22 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.56], [], [mysql]) +AC_INIT([MySQL Server], [5.1.57], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |