summaryrefslogtreecommitdiff
path: root/src/version.rc
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-31 11:09:20 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-07-31 11:09:20 -0400
commitf71accc1ad4bf2b1de91dfa0c3921fbf6c829191 (patch)
treec1c12e42f0f66d8775c6ba62bba0756c8517b828 /src/version.rc
parent44332c778d326230cb0e45662571de4d0299c9c1 (diff)
bump to 2.3.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 b4dff388..8e2000ed 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,3,0
-#define VER_FILEVERSION_STR "2.3.0\0"
+#define VER_FILEVERSION 2,3,1
+#define VER_FILEVERSION_STR "2.3.1\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION