diff options
author | lenz@mysql.com <> | 2003-10-21 18:41:19 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-10-21 18:41:19 +0200 |
commit | f393024fef2965c08ec99a4f0b5810228f4e88df (patch) | |
tree | b663f9156062e8606e89386fc484e63fb7bd9b24 /configure.in | |
parent | c238a9256ab484a4fdbe14a461c3ca96cfcebca8 (diff) | |
download | mariadb-git-f393024fef2965c08ec99a4f0b5810228f4e88df.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"
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 |