diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-08-01 11:11:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 11:11:41 -0400 |
| commit | 592fa7310492392440ee73f4cc0f962c66d5aba7 (patch) | |
| tree | 82d6fd20140acd8bbd9cbd9a953ac3c18019111e /src/version.rc | |
| parent | 9d3281fd58e41f4320f36710a1a36f9ece1efdc6 (diff) | |
| parent | 64ba6cae1e6b74929d88de628bb2915cb9c6f2d2 (diff) | |
Merge pull request #1176 from isanae/2.3.1-fixes
2.3.1 fixes
Diffstat (limited to 'src/version.rc')
| -rw-r--r-- | src/version.rc | 4 |
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 |
