diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-26 12:24:05 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-26 12:24:05 +0200 |
commit | b7e69aef10867289cfd09f3fa8ed41c296ca8647 (patch) | |
tree | 9886f69f5c56c98fc50119414e48004c0b08c58b /configure.in | |
parent | a9f188913123746e137fc97c8116715cae04e349 (diff) | |
download | mariadb-git-b7e69aef10867289cfd09f3fa8ed41c296ca8647.tar.gz |
bumped up the version string.
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 7fd581af009..9cfe342a7c5 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.54], [], [mysql]) +AC_INIT([MySQL Server], [5.1.55], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |