From 7ace714142a286a3c2a80909fccbf68f71fa28b7 Mon Sep 17 00:00:00 2001 From: "joerg@mysql.com" <> Date: Mon, 8 May 2006 23:34:54 +0200 Subject: [PATCH] configure.in : Now that 5.1.10 has been cloned, bump up the version. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e159a5803f1..204884d5550 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.1.10-beta) +AM_INIT_AUTOMAKE(mysql, 5.1.11-beta) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10