diff options
author | unknown <matt@mysql.com> | 2004-10-15 00:55:50 -0500 |
---|---|---|
committer | unknown <matt@mysql.com> | 2004-10-15 00:55:50 -0500 |
commit | fc759666047785f44392ca7790a17715484f34dd (patch) | |
tree | e7145b0b468f7087ac2fe8b9e472e33d557b4bc2 /configure.in | |
parent | 77d7398e0b0b6461852658fcf9fb98b6a444ae94 (diff) | |
download | mariadb-git-fc759666047785f44392ca7790a17715484f34dd.tar.gz |
TAG:
Tagged ChangeSet 1.2091 as mysql-4.1.6
configure.in:
Updated version string to 4.1.7
configure.in:
Updated version string to 4.1.7
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 d81a50b9367..b06fc35b23f 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.1.6-gamma) +AM_INIT_AUTOMAKE(mysql, 4.1.7-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |