diff options
author | unknown <joerg.bruehe@sun.com> | 2010-03-12 21:18:20 +0100 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2010-03-12 21:18:20 +0100 |
commit | a3bc225ecf757c866e9406a28e5b88ab22f57e6b (patch) | |
tree | 4f5b1dc914ac021bece50898d877e5499c7d6161 /configure.in | |
parent | 233cdaedd25bc053af6a55c9e8a88f56ccaba836 (diff) | |
download | mariadb-git-a3bc225ecf757c866e9406a28e5b88ab22f57e6b.tar.gz |
Raise version number after cloning 5.5.3-m3
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 0a040cc60ee..32acbfd3dad 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.3-m3], [], [mysql]) +AC_INIT([MySQL Server], [5.5.4-m3], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM # USTAR format gives us the possibility to store longer path names in |