diff options
author | unknown <joerg@mysql.com> | 2005-08-31 12:13:22 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-08-31 12:13:22 +0200 |
commit | 4eff41f5921d59b76f369952080914fd2e5b3110 (patch) | |
tree | 2f259c5c1b8e48e89807c7c8fe3af1d1e713820e /configure.in | |
parent | 67278665d09ac53d670c77ab5562e88f9a1c3731 (diff) | |
download | mariadb-git-4eff41f5921d59b76f369952080914fd2e5b3110.tar.gz |
Clone of 4.0.26 is taken, increase version number.
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 83685009ee6..c473fb21dbd 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.26) +AM_INIT_AUTOMAKE(mysql, 4.0.27) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |