diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 05:31:28 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-25 05:31:28 -0500 |
| commit | 78ee23220f4b755515dfb391aeb3fbdb6d48f0d6 (patch) | |
| tree | 69f1fbfea5aab18fb650196e4c76cf7e95ad0423 /src/version.rc | |
| parent | 765c9667de25547929f8ff58e3eab7bd3aeb3cbf (diff) | |
bumped to 2.2.2alpha7
use the broom icon for dirty plugins
better handling of failing to spawn loot
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 be73324c..983c1a8f 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,5 -#define VER_FILEVERSION_STR "2.2.2alpha5\0" +#define VER_FILEVERSION 2,2,2,7 +#define VER_FILEVERSION_STR "2.2.2alpha7\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
