summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-03-08 11:42:21 +0100
committerlenz@mysql.com <>2005-03-08 11:42:21 +0100
commit8948e774f611211f7136ed1493d9d011145dbad5 (patch)
treeb197d57d530fc8fa869a8e02327c1bb887b7adf6 /configure.in
parentb5528a8dc6f85d20c13c5afbdfa23177ef1101d7 (diff)
downloadmariadb-git-8948e774f611211f7136ed1493d9d011145dbad5.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)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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