summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2020-01-09 19:01:29 -0700
committerChris Bessent <lost.dragonist@gmail.com>2020-01-09 19:01:42 -0700
commitae22b41f96529af4ac2e6c2512d8c0eb165d097b (patch)
treecbbc96177b78975228c34485bc862ba5788ff56c /src/version.rc
parent85bb3dfbde0edfa86cf883147b8152ceb0bf6777 (diff)
Update version to 2.2.2.1
Diffstat (limited to 'src/version.rc')
-rw-r--r--src/version.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc
index f6d89d2e..e6481a5a 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -3,8 +3,8 @@
// If VS_FF_PRERELEASE is not set, MO labels the build as a release and uses VER_FILEVERSION to determine version number.
// 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
-#define VER_FILEVERSION_STR "2.2.2\0"
+#define VER_FILEVERSION 2,2,2,1
+#define VER_FILEVERSION_STR "2.2.2.1\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION