diff options
author | unknown <joerg@mysql.com> | 2006-02-21 18:24:28 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-02-21 18:24:28 +0100 |
commit | 517250a6d3ec40079a3c26211a78f8f24dccf71e (patch) | |
tree | 73086ace158ef4c6765924dd610186faf97bce02 /configure.in | |
parent | 010f9be50c0c0336dd0d108598f8c6423b57e209 (diff) | |
download | mariadb-git-517250a6d3ec40079a3c26211a78f8f24dccf71e.tar.gz |
configure.in (in the new clone):
This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
configure.in:
This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
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 2f287ac2fce..2d914d8f90c 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.1.8-beta) +AM_INIT_AUTOMAKE(mysql, 5.1.7-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |