diff options
author | matt@mysql.com <> | 2004-09-10 00:08:12 +0200 |
---|---|---|
committer | matt@mysql.com <> | 2004-09-10 00:08:12 +0200 |
commit | c998fbdb8cc942a47bb24841678b7d0387c0e55a (patch) | |
tree | 587314ebc3ff287dd68508db2f16e7a4f317be3d /configure.in | |
parent | f5089e2ef9edda5faae39bf4a5ab5391596dddab (diff) | |
download | mariadb-git-c998fbdb8cc942a47bb24841678b7d0387c0e55a.tar.gz |
configure.in:
Updated to 4.0.22
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 30a546ec5d9..c3978ff32d1 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.21) +AM_INIT_AUTOMAKE(mysql, 4.0.22) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |