From 5a0993f28892ff029ef35cd48d9916100e103359 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 1 Mar 2021 18:22:20 +0200 Subject: [PATCH 17/17] Set AI module capstr to it's final S3_0 form See osdn #41672 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 a4ffa50e53..43f59510c1 100644 --- a/common/ai.h +++ b/common/ai.h @@ -1,4 +1,4 @@ -/********************************************************************** +/*********************************************************************** Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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.0-ai-module-2017.May.06" +#define FC_AI_MOD_CAPSTR "+Freeciv-3.0-ai-module" /* Timers for all AI activities. Define it to get statistics about the AI. */ #ifdef FREECIV_DEBUG -- 2.30.1