From 0949de698a3e2690194f149cf241e55b6e3d7d09 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 18 Jul 2023 07:03:04 +0300 Subject: [PATCH 20/20] Distinguish AI mod capstring from S3_2 one See osdn #48205 Signed-off-by: Marko Lindqvist --- common/ai.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/ai.h b/common/ai.h index f261c1f1f1..cac894c880 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.2-ai-module-2021.Mar.01" +#define FC_AI_MOD_CAPSTR "+Freeciv-3.3-ai-module-2023.Jul.18" /* Timers for all AI activities. Define it to get statistics about the AI. */ #ifdef FREECIV_DEBUG @@ -396,4 +396,4 @@ void ai_timer_player_stop(const struct player *pplayer); } #endif /* __cplusplus */ -#endif /* FC__AI_H */ +#endif /* FC__AI_H */ -- 2.40.1