From bec112069344281cbf1c61ade2eb1b354780d074 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Mon, 25 Nov 2019 09:26:46 -0500 Subject: removed calls to GetOverlappedResultEx() and SetThreadDescription(), not available on windows 7 bumped to alpha7.1 --- src/version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version.rc') diff --git a/src/version.rc b/src/version.rc index 983c1a8f..7dac7b3a 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,7 +4,7 @@ // Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser // Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha #define VER_FILEVERSION 2,2,2,7 -#define VER_FILEVERSION_STR "2.2.2alpha7\0" +#define VER_FILEVERSION_STR "2.2.2alpha7.1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION -- cgit v1.3.1