diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-07 17:28:17 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-07 17:28:17 +0300 |
commit | ec830356d78a8ca99a6397e95f3cf70493556257 (patch) | |
tree | 3feeff7a81e02cd5bbb5caaacbb0448e9c2b618b /configure.in | |
parent | b3cba906265eb7f3ae77d8b9069076b57e4e06c9 (diff) | |
download | mariadb-git-ec830356d78a8ca99a6397e95f3cf70493556257.tar.gz |
bumped the version to 5.1.53
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 c1672557bd1..7680a60226a 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.52], [], [mysql]) +AC_INIT([MySQL Server], [5.1.53], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |