diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-01-13 10:59:11 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-01-13 10:59:11 +0200 |
commit | dcf98282216a7bf52a1162af83968fce668af03b (patch) | |
tree | d5d9b8867aa238f50d4e2269fde5a167c595283d /configure.in | |
parent | 716b64cdb050ff9a22457990f336ef20a7b3663a (diff) | |
parent | f949ac55f73c32dbbfc90e24cdcfdec0058d6234 (diff) | |
download | mariadb-git-dcf98282216a7bf52a1162af83968fce668af03b.tar.gz |
bumped up the version to 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 7a35e8587d4..3849c362eec 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.55], [], [mysql]) +AC_INIT([MySQL Server], [5.1.56], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |