diff options
author | unknown <lenz@mysql.com> | 2003-10-21 18:41:19 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-10-21 18:41:19 +0200 |
commit | 50baee8c0bb31e129df8021d5e80a1cdd2e87922 (patch) | |
tree | b663f9156062e8606e89386fc484e63fb7bd9b24 /configure.in | |
parent | e0fd80f72a9583581bcce0755e179f44dfe580a9 (diff) | |
download | mariadb-git-50baee8c0bb31e129df8021d5e80a1cdd2e87922.tar.gz |
- bumped up version number in configure.in to to 4.0.17 now that
4.0.16 has been tagged and released
- tagged ChangeSet 1.1576.1.5 as "mysql-4.0.16"
configure.in:
- bumped up version number to 4.0.17 now that 4.0.16 has been tagged
and released
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 8ce3a9aea67..02825ce1424 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.16) +AM_INIT_AUTOMAKE(mysql, 4.0.17) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |