Feature #2239 ยป 0067-Make-frozen-S3_3-ruleset-format-the-compat-version.patch
| server/ruleset/rscompat.h | ||
|---|---|---|
|
#include "ruleload.h"
|
||
|
#include "settings.h"
|
||
|
#define RULESET_COMPAT_CAP "+Freeciv-ruleset-3.3-Devel-2023.Feb.24"
|
||
|
#define RULESET_COMPAT_CAP "+Freeciv-3.3-ruleset"
|
||
|
struct rscompat_info
|
||
|
{
|
||
| tests/rs_test_res/upgrade_ruleset_sync.bash | ||
|---|---|---|
|
#***********************************************************************/
|
||
|
# The revision from the old branch to pick if no revision is specified
|
||
|
DEFAULT_REVISION="5a5b6e27c1"
|
||
|
DEFAULT_REVISION="77d5e629bc"
|
||
|
# The branch of the previous version
|
||
|
PREVIOUS_BRANCH="S3_3"
|
||