summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-07-16 11:02:05 +0300
committerMichael Widenius <monty@askmonty.org>2010-07-16 11:02:05 +0300
commitb8a1354ae7871a3ec850abbe30128289c08ade63 (patch)
tree3ed08ee8f29efa8e23483c6efdff1a5be5c74fd3 /configure.in
parent4274e9b5d4c8998e8c47fc7d322d0cdb2210cfe5 (diff)
parentecbcddc03dc298ea1e6c0aa1a120bd0b4b04b3fd (diff)
downloadmariadb-git-b8a1354ae7871a3ec850abbe30128289c08ade63.tar.gz
Merge with new queue code.
Updated configure.in to have version 5.3 configure.in: Updated to version 5.3.0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 187d65684ea..1e4ea8cfdce 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,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.2.1-MariaDB-beta], [], [mysql])
+AC_INIT([MariaDB Server], [5.3.0-MariaDB-alpha], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM