From a712e2b270b22933c1a5241dde7486ff6c0f5e6d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 1 Mar 2021 18:26:39 +0200 Subject: [PATCH 24/24] Set AI mod capstr to freeciv-3.2 specific one It was still a freeciv-3.1 development one. See osdn #41673 Signed-off-by: Marko Lindqvist --- common/ai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ai.h b/common/ai.h index a557680e97..5ea13d5ae4 100644 --- a/common/ai.h +++ b/common/ai.h @@ -24,7 +24,7 @@ extern "C" { * structure below. When changing mandatory capability part, check that * there's enough reserved_xx pointers in the end of the structure for * taking to use without need to bump mandatory capability again. */ -#define FC_AI_MOD_CAPSTR "+Freeciv-3.1-ai-module-2019.Feb.16" +#define FC_AI_MOD_CAPSTR "+Freeciv-3.2-ai-module-2021.Mar.01" /* Timers for all AI activities. Define it to get statistics about the AI. */ #ifdef FREECIV_DEBUG -- 2.30.1