summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <hery.ramilison@sun.com>2010-04-06 15:57:33 +0200
committerMySQL Build Team <build@mysql.com>2010-04-06 15:57:33 +0200
commit7357c325b987953281d004bbe4ab835704948615 (patch)
treebd3fe9ab01e3f693e742bb8dee1399e815cd46cc /configure.in
parentc9cfd2df5f2f58c2cdf716999ebea252c307333f (diff)
downloadmariadb-git-7357c325b987953281d004bbe4ab835704948615.tar.gz
Raise version number after cloning 5.1.46
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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