summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-22 23:18:25 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-05-22 23:18:25 -0400
commitd9cdc244619c42b6f140e8ab6815bc7409231644 (patch)
treea295ecf24a5cab0f7e64b0308bb1ab1fb3a6b964 /src/version.rc
parent3ef7c401d547d0ca1ace90a1132ad36e3e133eba (diff)
parent2f0cfa2930b5876319c5a3a1b0ddd7989d0ec51e (diff)
Merge remote-tracking branch 'remotes/upstream/Develop' into Develop
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 241cd0ce..af6fd603 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,0
-#define VER_FILEVERSION_STR "2.2.0\0"
+#define VER_FILEVERSION 2,2,1
+#define VER_FILEVERSION_STR "2.2.1alpha1\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION