diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2020-01-13 22:41:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 22:41:40 -0700 |
| commit | 3fb21b74a9c937f242e6d34105a1b41648cfac7f (patch) | |
| tree | 2ceff7dd71a3237a85051ee1345f64b4e4505733 /src/version.rc | |
| parent | b9ff5cc7dc8b9e338d5a3002db8eb5ca5a6b811b (diff) | |
| parent | 6c6734fcf4f724e0e700cbce137d8b8f50da1e68 (diff) | |
Merge pull request #969 from ModOrganizer2/2_2_2
Pull in 2.2.2.1 changes
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 f6d89d2e..e6481a5a 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 -#define VER_FILEVERSION_STR "2.2.2\0" +#define VER_FILEVERSION 2,2,2,1 +#define VER_FILEVERSION_STR "2.2.2.1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
