diff options
author | lenz@mysql.com <> | 2003-12-16 17:44:51 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-12-16 17:44:51 +0100 |
commit | 8caa18f9e36898cd15a0e61bbbe3765aeb520e81 (patch) | |
tree | 1e467bb9e72bf89967450494168a0815187eb427 /configure.in | |
parent | 989b4ad241a590f2e141607e15debc520d092e30 (diff) | |
download | mariadb-git-8caa18f9e36898cd15a0e61bbbe3765aeb520e81.tar.gz |
- bumped up version number to 4.0.18, now that 4.0.17 has been
tagged/released
- tagged ChangeSet@1.1655.1.3 as mysql-4.0.17
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 7260a21428d..fd9f6a4f721 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.17) +AM_INIT_AUTOMAKE(mysql, 4.0.18) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |