summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-25 09:28:09 -0500
committerGitHub <noreply@github.com>2019-11-25 09:28:09 -0500
commit36c6dfd5b8c6c87410c7c18fb67fd00a72c29491 (patch)
treec795703d4a9103acf236e48fe9c5f810692a687f /src/version.rc
parent7380747ca9adf7c9394c83aad39bd0f0707ab1f5 (diff)
parentbec112069344281cbf1c61ade2eb1b354780d074 (diff)
Merge pull request #903 from isanae/loot-w7-fix
Fixes for windows 7
Diffstat (limited to 'src/version.rc')
-rw-r--r--src/version.rc2
1 files changed, 1 insertions, 1 deletions
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