diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-03-06 13:38:49 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-03-06 13:38:49 +0300 |
commit | f9a8fa19b76027f9a4165ae1796520a0715b0396 (patch) | |
tree | 84592586bf214b215fcdea778d5d7b4d0b5bebe2 /configure.in | |
parent | c7d9455804790657a0d453af3f271d1d48efd0fb (diff) | |
download | mariadb-git-f9a8fa19b76027f9a4165ae1796520a0715b0396.tar.gz |
Fix version & default.conf.
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 91e0bd57c0e..0a040cc60ee 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_PREREQ(2.59) # Remember to also update version.c in ndb. # When changing major version number please also check switch statement # in client/mysqlbinlog.cc:check_master_version(). -AC_INIT([MySQL Server], [5.5.99-m3], [], [mysql]) +AC_INIT([MySQL Server], [5.5.3-m3], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM # USTAR format gives us the possibility to store longer path names in |