Feature #644 » 0036-Bump-version-to-3.2.92.patch
fc_version | ||
---|---|---|
MAJOR_VERSION="3"
|
||
MINOR_VERSION="2"
|
||
PATCH_VERSION="91"
|
||
EMERGENCY_VERSION="8"
|
||
PATCH_VERSION="92"
|
||
EMERGENCY_VERSION=""
|
||
VERSION_LABEL="-dev"
|
||
# Type is either "development" or "stable"
|
server/savegame/savecompat.c | ||
---|---|---|
} /* Version < 3.2.91 */
|
||
if (game_version < 3029200) {
|
||
/* Before version number bump to 3.2.92 */
|
||
/* Before version number bump to 3.2.92, June 2024 */
|
||
secfile_insert_bool(loading->file, FALSE, "map.altitude");
|
||
... | ... | |
} /* Version < 3.2.92 */
|
||
if (game_version < 3029300) {
|
||
/* Before version number bump to 3.2.93 */
|
||
} /* Version < 3.2.93 */
|
||
#endif /* FREECIV_DEV_SAVE_COMPAT_3_3 */
|
||
}
|
||
- « Previous
- 1
- 2
- Next »