diff options
author | Michael Widenius <monty@askmonty.org> | 2011-08-15 22:14:08 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-08-15 22:14:08 +0300 |
commit | fb135f7ee570a199d78db7c3222db1980b75060f (patch) | |
tree | c87f9822d8855101d390f9cb1f93ebbc43049900 /configure.in | |
parent | d2206ad14920e85907c965256e1ce061633c36ee (diff) | |
parent | b5f830d88d7b7a5cc1981ca80fda52fcfa2f4150 (diff) | |
download | mariadb-git-fb135f7ee570a199d78db7c3222db1980b75060f.tar.gz |
Automatic 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 57bf2d3a6a5..663d5c535ce 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-beta], [], [mysql]) +AC_INIT([MariaDB Server], [5.3.1-MariaDB-beta], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |