From 9329bc36d9eeed3ceb2084eadb1cfae5194946a2 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Tue, 21 Sep 2004 08:58:44 +0200 Subject: [PATCH] - Bumped up version number: 4.1.5 -> 4.1.6 (still keeping the "gamma" label for now) - tagged ChangeSet 1.2015.1.10 as "mysql-4.1.5" --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0704123f082..be365ec8584 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.1.5-gamma) +AM_INIT_AUTOMAKE(mysql, 4.1.6-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10