diff options
author | unknown <hery.ramilison@sun.com> | 2010-04-06 15:57:33 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-04-06 15:57:33 +0200 |
commit | 7357c325b987953281d004bbe4ab835704948615 (patch) | |
tree | bd3fe9ab01e3f693e742bb8dee1399e815cd46cc /configure.in | |
parent | c9cfd2df5f2f58c2cdf716999ebea252c307333f (diff) | |
download | mariadb-git-7357c325b987953281d004bbe4ab835704948615.tar.gz |
Raise version number after cloning 5.1.46
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 904c54abb5f..7148c26187a 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.46], [], [mysql]) +AC_INIT([MySQL Server], [5.1.47], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |