diff options
| author | Silarn <jrim@rimpo.org> | 2019-05-21 23:46:12 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-05-21 23:46:12 -0500 |
| commit | 1d09e85c089ef71445286faae248f25cd7d239a6 (patch) | |
| tree | 6657bc73dc49c9064d4b43acc015cf81e6c71b7c /src/version.rc | |
| parent | 2a09e17cf4b888bfa38ec73686204427e4b1dea3 (diff) | |
Add logs to build artifacts on CI fail, commit translation 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 241cd0ce..af6fd603 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,0 -#define VER_FILEVERSION_STR "2.2.0\0" +#define VER_FILEVERSION 2,2,1 +#define VER_FILEVERSION_STR "2.2.1alpha1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
