diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-07 04:51:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-07 04:51:28 -0500 |
| commit | 31fe42a1da8fa8f80a63a35fd7778bf4e7bf5979 (patch) | |
| tree | d230264e4b358e844688d25bd11ecfca64c8dc4e | |
| parent | fbe0e8008a69bf43a8a89fe1f862b80c9b3d60ce (diff) | |
| parent | 9d8861d92bab1b8f5e810c192f23f723beae86af (diff) | |
Merge pull request #928 from isanae/bump-rc1
Bumped to RC1
| -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 963d1f11..3d431488 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,8 -#define VER_FILEVERSION_STR "2.2.2alpha8\0" +#define VER_FILEVERSION 2,2,2 +#define VER_FILEVERSION_STR "2.2.2rc1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
