diff options
author | Aki <please@ignore.pl> | 2022-02-13 16:14:39 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-02-13 16:14:39 +0100 |
commit | bd8ea14907ab75c1ed77e38889fbd027d6c5aed7 (patch) | |
tree | c34f46b2d3f2e05d0ae49e123f23b6cb606a2a7c /Stars45/Main.cpp | |
parent | 80e8aa8e874a6c5c2e3af25a2e0b9bbc6ce125d8 (diff) | |
download | starshatter-bd8ea14907ab75c1ed77e38889fbd027d6c5aed7.zip starshatter-bd8ea14907ab75c1ed77e38889fbd027d6c5aed7.tar.gz starshatter-bd8ea14907ab75c1ed77e38889fbd027d6c5aed7.tar.bz2 |
Starshatter versions are now generated based on information from git
Diffstat (limited to 'Stars45/Main.cpp')
-rw-r--r-- | Stars45/Main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/Main.cpp b/Stars45/Main.cpp index b428738..f4f4943 100644 --- a/Stars45/Main.cpp +++ b/Stars45/Main.cpp @@ -27,6 +27,7 @@ #include "FormatUtil.h" #include "ParseUtil.h" #include "Random.h" +#include "VersionInfo.h" // +--------------------------------------------------------------------+ // WinMain @@ -36,8 +37,6 @@ extern FILE* ErrLog; extern int VD3D_describe_things; int dump_missions = 0; -const char* versionInfo = "5.1.87 EX"; - static void PrintLogHeader() { Text sTime = FormatTimeString(); |