diff options
author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-30 12:43:43 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2010-09-30 12:43:43 +0200 |
commit | bf55d1fcf0bd2dc050eabf6725f827fcf9c10cfe (patch) | |
tree | 3c8bad484e298eb47244274edb7d539f0f81b691 /configure.in | |
parent | 0afd0a18feb4501cafb4800115fc25f13171acf6 (diff) | |
parent | 32de99125a2fa6aace8650e8a4a1a5087fcf614a (diff) | |
download | mariadb-git-bf55d1fcf0bd2dc050eabf6725f827fcf9c10cfe.tar.gz |
Merge from mysql-5.5-bugteam to mysql-5.5-runtime
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 48385ba2491..4cde9ce1597 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 |