Project

General

Profile

Feature #84 ยป 0009-Bump-version-number-to-3.1.94-alpha2.patch

Marko Lindqvist, 12/28/2023 10:47 PM

View differences:

fc_version
MAJOR_VERSION="3"
MINOR_VERSION="1"
PATCH_VERSION="93"
EMERGENCY_VERSION="10"
PATCH_VERSION="94"
EMERGENCY_VERSION=""
VERSION_LABEL="-alpha2+"
# Type is either "development" or "stable"
......
NEWS_URL="https://www.freeciv.org/wiki/NEWS-${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
else
RELEASE_TYPE="development"
#RELEASE_DATE="2023-06-03"
#RELEASE_DATE="2024-01-01"
#NEWS_URL="https://www.freeciv.org/wiki/NEWS-3.2.0"
fi
server/savegame/savecompat.c
} /* Version < 3.1.93 */
if (game_version < 3019400) {
/* Before version number bump to 3.1.94 */
/* Before version number bump to 3.1.94, January 2024 */
{
int action_count;
......
} /* Version < 3.1.94 */
if (game_version < 3019500) {
/* Before version number bump to 3.1.95 */
} /* Version < 3.1.95 */
#endif /* FREECIV_DEV_SAVE_COMPAT_3_2 */
}
    (1-1/1)