Feature #888 ยป 0038-Make-frozen-S3_2-ruleset-format-the-compat-version.patch
| server/ruleset/rscompat.h | ||
|---|---|---|
|
#include "ruleload.h"
|
||
|
#include "settings.h"
|
||
|
#define RULESET_COMPAT_CAP "+Freeciv-ruleset-3.2-Devel-2022.Feb.02"
|
||
|
#define RULESET_COMPAT_CAP "+Freeciv-3.2-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="da466882be"
|
||
|
DEFAULT_REVISION="139139dfa5"
|
||
|
# The branch of the previous version
|
||
|
PREVIOUS_BRANCH="S3_2"
|
||