diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-09-10 20:48:13 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-09-10 20:48:13 +0200 |
commit | f19144c0940475730607d5627609687c8615f70d (patch) | |
tree | d672649465fcb9292a9de5dafb534308e0adb2fb /configure.in | |
parent | 7bd808548ee52e597cb444a2ef36c593d81fce0b (diff) | |
parent | 9defb07e7dec05cbe899c8a63b7929f7232c37b6 (diff) | |
download | mariadb-git-f19144c0940475730607d5627609687c8615f70d.tar.gz |
Automerge (most) changes of the 5.5.6-rc release build to main 5.5.
This is not the final merge!
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 1f56d958a7f..3d468740bd0 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,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.5.7-m3], [], [mysql]) +AC_INIT([MySQL Server], [5.5.7-rc], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |