diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2020-01-01 12:05:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 12:05:26 -0700 |
| commit | 4d6cee82f42b5a4ff41c1360fbbbf90077c3b867 (patch) | |
| tree | fdbd45770021a5c905ddbb5e1eb7782d95280434 | |
| parent | 57b049b6d7825d4de38bcbaeb6bb5efc0fba8109 (diff) | |
Update version to 2.2.2rc7
| -rw-r--r-- | src/version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rc b/src/version.rc index f7b5f0d5..659e3c11 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,7 +4,7 @@ // 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.2rc6\0" +#define VER_FILEVERSION_STR "2.2.2rc7\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
