summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Nozdrin <alexander.nozdrin@oracle.com>2010-11-03 14:52:10 +0300
committerAlexander Nozdrin <alexander.nozdrin@oracle.com>2010-11-03 14:52:10 +0300
commite68f62e7519d540d19ec76d3c881444ebfb0b06a (patch)
treebc463504ee3a77d022ce1558bfd089da3827d98c
parent74328892e0f28c1b1a410df1889225639cb9152b (diff)
downloadmariadb-git-e68f62e7519d540d19ec76d3c881444ebfb0b06a.tar.gz
Fix version tag (remove -rc suffix).
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9f986e068cb..2d67f34b4bb 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.8-rc], [], [mysql])
+AC_INIT([MySQL Server], [5.5.8], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM