From 8200cadeae1b11a48151d17cd907f414f3f234d8 Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Thu, 24 Mar 2005 10:48:28 +0100 Subject: [PATCH] Update the version, as 5.0.3 was already cloned, and future changes will go into 5.0.4 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 79750496d2f..cc8e048d71b 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.50)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # Don't forget to also update the NDB lines below. -AM_INIT_AUTOMAKE(mysql, 5.0.3-beta) +AM_INIT_AUTOMAKE(mysql, 5.0.4-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10