diff options
author | unknown <lenz@mysql.com> | 2004-10-26 19:09:12 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-10-26 19:09:12 +0200 |
commit | eeb21a45602f09c9026cf2c2ad2e5ee51e63a7d9 (patch) | |
tree | 68b43ae90eac1d0e4dff79bf373ca1a6052c4f53 /configure.in | |
parent | 78ad0938d8b4854537fa9ca4a578b4a1baed6db2 (diff) | |
parent | a87992314ff0090a23cb164f771fc8117ab4f758 (diff) | |
download | mariadb-git-eeb21a45602f09c9026cf2c2ad2e5ee51e63a7d9.tar.gz |
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
configure.in:
Auto merged
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 f85c3e1421a..979782fe511 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 |