From bd8ea14907ab75c1ed77e38889fbd027d6c5aed7 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 13 Feb 2022 16:14:39 +0100 Subject: Starshatter versions are now generated based on information from git --- Stars45/Main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Stars45/Main.cpp') 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(); -- cgit v1.1