diff options
author | karen.langford@oracle.com <> | 2010-10-07 15:25:14 +0200 |
---|---|---|
committer | smenon <sunanda.menon@sun.com> | 2010-10-07 15:25:14 +0200 |
commit | 085df749eab77609b5bfb6966ac97d33468d3dc9 (patch) | |
tree | 53af0758fe802cc74802df1cc6fff6a73c1ab1a9 /configure.in | |
parent | 34c61d04482dcf558102db89f9896d894c617ae3 (diff) | |
download | mariadb-git-085df749eab77609b5bfb6966ac97d33468d3dc9.tar.gz |
Raise version number after cloning 5.1.52
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 |