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 | bfd17a8202cca2d884f30ba422f09befdbb0786f (patch) | |
tree | d5d9b8867aa238f50d4e2269fde5a167c595283d /configure.in | |
parent | 3ef71bfac7ccdf7cb7a3d8f28a1695f0ea7be45f (diff) | |
parent | 0355456dfbe077f55981bf03b9a1ce3c1622d3df (diff) | |
download | mariadb-git-bfd17a8202cca2d884f30ba422f09befdbb0786f.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 |