MegaGlest/source/version.txt

14 lines
484 B
Plaintext
Raw Permalink Normal View History

# How it currently works?
# 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.
2017-03-08 21:44:28 +01:00
CurrentGameVersion = "3.13-dev";
# ^ typical version numbers look like this: "3.14-beta1.0", "3.13-dev", "3.13.1"
2017-03-08 21:44:28 +01:00
OldReleaseGameVersion = "3.13.0";
2017-03-05 22:19:22 +01:00
LastCompatibleSaveGameVersion = "3.11.1";
2017-03-08 21:44:28 +01:00
GitCommitForRelease = "5608.a3c8464";
# ^ will be automatically generated