diff options
author | unknown <mwagner@here.mwagner.org> | 2004-12-20 15:12:13 -0600 |
---|---|---|
committer | unknown <mwagner@here.mwagner.org> | 2004-12-20 15:12:13 -0600 |
commit | 9cee9f6969e45051ac26e62b1a520ff642c6b22e (patch) | |
tree | c3ed769fa0e390a18dbaa72d348b31da13b07a96 /configure.in | |
parent | 047f7904715c1dcd9fc2ada7052e0237e6e97861 (diff) | |
download | mariadb-git-9cee9f6969e45051ac26e62b1a520ff642c6b22e.tar.gz |
configure.in:
Increment from 4.0.23 to 4.0.24
configure.in:
Increment from 4.0.23 to 4.0.24
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 06a0c1bd52f..65af867cbc0 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.23) +AM_INIT_AUTOMAKE(mysql, 4.0.24) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |