diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-09-02 17:44:25 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-09-02 17:44:25 +0200 |
commit | c951c916fc9d54801ae0fce244f14ded10179687 (patch) | |
tree | 45e7825d39daf211b59dc8fede6bb7ee376e7c53 | |
parent | eb129d003e14e93ff3807e2cf4f6591285277f38 (diff) | |
download | mariadb-git-c951c916fc9d54801ae0fce244f14ded10179687.tar.gz |
Check the build mechanisms: Do they support a "-rc" suffix?
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 59d08f0a9e5..eab7c32c068 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.6-m3], [], [mysql]) +AC_INIT([MySQL Server], [5.5.6-rc], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |