diff options
author | Michael Widenius <monty@askmonty.org> | 2011-09-15 17:25:37 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-09-15 17:25:37 +0300 |
commit | 574e51e5fd53649fb560237eb89a8ff65ac45e22 (patch) | |
tree | 5bdb04df81e3bfe812c5a280af0aeb842178d56f /configure.in | |
parent | 64d6cbe5568d7185e57c214690be5a24dabef6f6 (diff) | |
parent | dcce42864014e5ec3c4c22c357093518c6610342 (diff) | |
download | mariadb-git-574e51e5fd53649fb560237eb89a8ff65ac45e22.tar.gz |
Merge with 5.2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 663d5c535ce..2d6dc127130 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.1-MariaDB-beta], [], [mysql]) +AC_INIT([MariaDB Server], [5.3.2-MariaDB-beta], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |