Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
WizzardMaker committed Mar 21, 2021
1 parent 955ae33 commit a989b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NewgamePopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ extern CJumpingVar<ULONG> gPhysicalCdRomBitlist;
extern CJumpingVar<CString> gCDPath;

#ifdef _DEBUG
char VersionString[] = "VERSION 1.2 HOTFIX 2 DEBUG"; // (pre-release; build 100)";
char VersionString[] = "VERSION 1.2 HOTFIX 3 DEBUG"; // (pre-release; build 100)";
#else
char VersionString[] = "VERSION 1.2 HOTFIX 2 RELEASE"; // (pre-release; build 100)";
char VersionString[] = "VERSION 1.2 HOTFIX 3 RELEASE"; // (pre-release; build 100)";
#endif

extern SLONG gLoadGameNumber;
Expand Down

0 comments on commit a989b70

Please sign in to comment.