diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-10 10:40:22 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-10 10:40:22 +0200 |
commit | 5c2d2b576f9bceb0e183ae78a4f78535c3a19f7b (patch) | |
tree | 3efa51a7bf653bfe202f54d5537e6e440e1eaf8a /configure.in | |
parent | add4af2959d8d5d673ce0a485203e350cdf7b1e9 (diff) | |
parent | f97201dcb9801de0ac5fe47ac06cb7144bbe4339 (diff) | |
download | mariadb-git-5c2d2b576f9bceb0e183ae78a4f78535c3a19f7b.tar.gz |
Merge mysql-5.1-innodb from bk-internal into my local repo
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 4ea978c268e..7fd581af009 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.54], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |