From 71aa1f6d56130ff37912d7182e9f1039133f9347 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Mar 2003 10:00:29 +0100 Subject: [PATCH] - updated version number (4.0.12 -> 4.0.13) - tagged ChangeSet 1.1671 as mysql-4.0.12 configure.in: - updated version number (4.0.12 -> 4.0.13) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dd6aa80d617..aea415a13c4 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.12) +AM_INIT_AUTOMAKE(mysql, 4.0.13) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10