diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-03 16:03:40 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-11-03 16:03:40 +0200 |
commit | 4cfa91f42c4cde9c35979cd2b9837cb60213d876 (patch) | |
tree | c02d5450f6e775fb56e35305490bf7d10b8b171c | |
parent | 19c1d32a6210fd307a51a4919d0533d6ab191b76 (diff) | |
download | mariadb-git-4cfa91f42c4cde9c35979cd2b9837cb60213d876.tar.gz |
bumped up the version
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7680a60226a..7c781c35cc2 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.53], [], [mysql]) +AC_INIT([MySQL Server], [5.1.54], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |