diff options
author | lenz@mysql.com <> | 2004-10-26 19:07:13 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-10-26 19:07:13 +0200 |
commit | f60951d2514bff36fde1401de5971ee3d8f9d81f (patch) | |
tree | 087e25eccc9138f5050ac496228bc11b2398205c /configure.in | |
parent | 837f1bd12b5c80446bf0ee243303c66d37c6a69e (diff) | |
download | mariadb-git-f60951d2514bff36fde1401de5971ee3d8f9d81f.tar.gz |
- Bumped up version number to 4.1.8 in configure.in
- tagged ChangeSet 1.2029 as "mysql-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 656af354607..b98fdecca16 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.7) +AM_INIT_AUTOMAKE(mysql, 4.1.8) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |