diff options
author | unknown <mysqldev@mysql.com/production.mysql.com> | 2007-02-09 17:08:37 +0100 |
---|---|---|
committer | unknown <mysqldev@mysql.com/production.mysql.com> | 2007-02-09 17:08:37 +0100 |
commit | 774cddae33de2f9333f07ab56a41cb53e29772da (patch) | |
tree | 87e0db5dd2c13c872d3062ceb8a93843b0b0f23a /configure.in | |
parent | 5c1f67d31223ca769345eee7209796c552caae27 (diff) | |
download | mariadb-git-774cddae33de2f9333f07ab56a41cb53e29772da.tar.gz |
Raise version number after cloning 4.0.30
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 10f8ca37a4b..f0307c7de2d 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -AM_INIT_AUTOMAKE(mysql, 4.0.30) +AM_INIT_AUTOMAKE(mysql, 4.0.31) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |