From c951c916fc9d54801ae0fce244f14ded10179687 Mon Sep 17 00:00:00 2001 From: Joerg Bruehe Date: Thu, 2 Sep 2010 17:44:25 +0200 Subject: [PATCH] Check the build mechanisms: Do they support a "-rc" suffix? --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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