diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-04-10 12:24:06 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-04-10 12:24:06 +0400 |
commit | b596fc60e7391aa560d04559b8d21a6d5bafd19c (patch) | |
tree | a63bf1affc2fb440df3765d5650c01e11e1d1442 /configure.in | |
parent | 46bd78b9ee82b5b51239497445bc55e566e59b07 (diff) | |
download | mariadb-git-b596fc60e7391aa560d04559b8d21a6d5bafd19c.tar.gz |
Update version tag to 5.5.5-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 32acbfd3dad..ec74b15efb0 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.4-m3], [], [mysql]) +AC_INIT([MySQL Server], [5.5.5-m3], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM # USTAR format gives us the possibility to store longer path names in |