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
commit5bfe1a3917ee1bddc7f2cde0c88961875148873c (patch)
tree6dbe43a6f9d6b8f878ea7fa896a16e3e0e38bcdd
parent03d4ef485d2c068fd3a23331d88c09d535f4e747 (diff)
downloadmariadb-git-5bfe1a3917ee1bddc7f2cde0c88961875148873c.tar.gz
The version is renamed:mysql-5.5.0
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