From 06cffa036cf27639eb1faf4158ad720deb03037d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 22 Jul 2003 09:45:53 +0200 Subject: - tagged ChangeSet 1.1527.1.3 as "mysql-4.0.14" - bumped up version number in configure.in to 4.0.15 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 38847b5217e..64d291dccf7 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.14) +AM_INIT_AUTOMAKE(mysql, 4.0.15) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 -- cgit v1.2.1