diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-10-13 21:25:41 +0400 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-10-13 21:25:41 +0400 |
commit | aeb24b635a32748b37b9789bf35c47044b8bb0fe (patch) | |
tree | 0b7d9597329d708e85eb63d424226d74f76ede6b /configure.in | |
parent | 215e967ace1c5cbcdcaf82d1b00b31bc9f132393 (diff) | |
download | mariadb-git-aeb24b635a32748b37b9789bf35c47044b8bb0fe.tar.gz |
Bump version after 5.5.7 clone-off.
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 c272efe9214..4725008b473 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ dnl dnl When changing the major version number please also check the switch dnl statement in mysqlbinlog::check_master_version(). You may also need dnl to update version.c in ndb. -AC_INIT([MySQL Server], [5.5.7-rc], [], [mysql]) +AC_INIT([MySQL Server], [5.5.8-ga], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |