diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-01 12:36:43 +0300 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2010-11-01 12:36:43 +0300 |
commit | 52ebe700c48269f95b29f2a8aa6c6fb2e770538c (patch) | |
tree | 91f585477d777ee81e500bb9534dd3a534292b10 /configure.in | |
parent | 6b553e775cff0b25c5fea9c07389268215222396 (diff) | |
download | mariadb-git-52ebe700c48269f95b29f2a8aa6c6fb2e770538c.tar.gz |
Temporarily fix for configure.in -- CMakeFiles requires suffix in version tag.
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 2d67f34b4bb..9f986e068cb 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.8], [], [mysql]) +AC_INIT([MySQL Server], [5.5.8-rc], [], [mysql]) AC_CONFIG_SRCDIR([sql/mysqld.cc]) AC_CANONICAL_SYSTEM |