mirror of
https://github.com/glest/glest-source.git
synced 2025-02-23 11:15:02 +01:00
14 lines
484 B
Plaintext
14 lines
484 B
Plaintext
# 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.
|
|
|
|
CurrentGameVersion = "3.13-dev";
|
|
# ^ typical version numbers look like this: "3.14-beta1.0", "3.13-dev", "3.13.1"
|
|
|
|
OldReleaseGameVersion = "3.12.0";
|
|
LastCompatibleSaveGameVersion = "3.12.0";
|
|
|
|
GitCommitForRelease = "5597.cdfcaa8";
|
|
# ^ will be automatically generated
|