From a6542a13abcb0e5632919b30a7bd343757fbccba Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Mon, 27 Jun 2011 12:51:13 +0300 Subject: [PATCH] Updated version tag to beta --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 06ab18fd5d2..57bf2d3a6a5 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ dnl When merging new MySQL releases, update the version number to match the dnl MySQL version number. dnl dnl Note: the following line must be parseable by win/configure.js:GetVersion() -AC_INIT([MariaDB Server], [5.3.0-MariaDB-alpha], [], [mysql]) +AC_INIT([MariaDB Server], [5.3.0-MariaDB-beta], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM