diff options
author | dfischer/mysqldev@mysql.com/production.mysql.com <> | 2007-03-23 07:27:46 +0100 |
---|---|---|
committer | dfischer/mysqldev@mysql.com/production.mysql.com <> | 2007-03-23 07:27:46 +0100 |
commit | b9a317de708a30f977e94e23e60c286e638d8785 (patch) | |
tree | 65beba7fa3db7b9bae29dd332e8b6b8d692a181b /configure.in | |
parent | de07f782a96ccaa2986487e20cb0ecd2d90d5ad6 (diff) | |
download | mariadb-git-b9a317de708a30f977e94e23e60c286e638d8785.tar.gz |
Raise version number after cloning 5.1.17-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 99f05be35a5..4a70337b048 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 update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.1.17-beta) +AM_INIT_AUTOMAKE(mysql, 5.1.18-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |