summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-12-07 19:00:02 +0100
committerMySQL Build Team <build@mysql.com>2009-12-07 19:00:02 +0100
commit81d9615de8781c278635acb4e7980966b1963f85 (patch)
tree6dbe43a6f9d6b8f878ea7fa896a16e3e0e38bcdd
parent4746239b371b058535078e55970280c4bd8320a2 (diff)
downloadmariadb-git-81d9615de8781c278635acb4e7980966b1963f85.tar.gz
The version is renamed:
This is no tree that will progress through "beta" and "rc" to "GA", rather it is a series of "milestones", so the version is 5.5.0-m2
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9fe5c741a03..fe5f9953645 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
#
# When changing major version number please also check switch statement
# in client/mysqlbinlog.cc:check_master_version().
-AM_INIT_AUTOMAKE(mysql, 5.5.0-beta)
+AM_INIT_AUTOMAKE(mysql, 5.5.0-m2)
AM_CONFIG_HEADER([include/config.h:config.h.in])
PROTOCOL_VERSION=10