2015-02-01 15:44:24 +01:00
|
|
|
# How it currently works?
|
2015-02-02 22:08:20 +01:00
|
|
|
# Set version here (only here) and just start mk/linux/mg-version-synch.sh script.
|
|
|
|
# Versions will be updated everywhere automatically.
|
|
|
|
# Then you should commit changed files and that's all.
|
2015-02-01 15:44:24 +01:00
|
|
|
|
2017-03-08 21:29:45 +01:00
|
|
|
CurrentGameVersion = "3.13.0";
|
2017-03-05 17:31:25 +01:00
|
|
|
# ^ typical version numbers look like this: "3.14-beta1.0", "3.13-dev", "3.13.1"
|
2015-02-01 15:44:24 +01:00
|
|
|
|
2016-01-24 15:46:49 +01:00
|
|
|
OldReleaseGameVersion = "3.12.0";
|
2017-03-05 22:19:22 +01:00
|
|
|
LastCompatibleSaveGameVersion = "3.11.1";
|
2015-02-01 15:44:24 +01:00
|
|
|
|
2017-03-08 21:29:45 +01:00
|
|
|
GitCommitForRelease = "5604.3a5d459";
|
2015-02-01 15:44:24 +01:00
|
|
|
# ^ will be automatically generated
|