diff options
author | unknown <lenz@mysql.com> | 2005-03-08 11:42:21 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-03-08 11:42:21 +0100 |
commit | 395618a65111301d76373dbd84763b91a02b993a (patch) | |
tree | b197d57d530fc8fa869a8e02327c1bb887b7adf6 /configure.in | |
parent | a93b0b59bd1d9e92819ba5eee4a66ee2d138605f (diff) | |
download | mariadb-git-395618a65111301d76373dbd84763b91a02b993a.tar.gz |
- bumped up version number in configure.in from 4.0.24 -> 4.0.25 (ChangeSet 1.2073 was already tagged
as 4.0.24)
configure.in:
- bumped up version number from 4.0.24 -> 4.0.25
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 8b8c0690a55..36473de7ad1 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.24) +AM_INIT_AUTOMAKE(mysql, 4.0.25) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |