diff options
author | mwagner@here.mwagner.org <> | 2004-12-20 15:12:13 -0600 |
---|---|---|
committer | mwagner@here.mwagner.org <> | 2004-12-20 15:12:13 -0600 |
commit | f3fc9a2dda9142c52ce28655b69e74b018fab7d5 (patch) | |
tree | c3ed769fa0e390a18dbaa72d348b31da13b07a96 /configure.in | |
parent | 27133a48db9c2c9bb4ce6607a80fffbc0e56285d (diff) | |
download | mariadb-git-f3fc9a2dda9142c52ce28655b69e74b018fab7d5.tar.gz |
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 |