diff options
author | MySQL Build Team <build@mysql.com> | 2009-12-07 19:00:02 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-12-07 19:00:02 +0100 |
commit | 81d9615de8781c278635acb4e7980966b1963f85 (patch) | |
tree | 6dbe43a6f9d6b8f878ea7fa896a16e3e0e38bcdd | |
parent | 4746239b371b058535078e55970280c4bd8320a2 (diff) | |
download | mariadb-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.in | 2 |
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 |