diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-11-16 23:38:30 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-11-16 23:57:16 -0600 |
| commit | 773e3acd588209537877f7068b60c4125c86c630 (patch) | |
| tree | 614ae113eee2bdc01f89a228a9219ba8fe7093e8 /src/version.rc | |
| parent | 1b4ed397474b4f9f4e85a4381e1f0164cc4edeca (diff) | |
A few fixes for RC 1
* Convert the priority index to a string as Windows appears to be converting these to localized numerals
* Skip separators when assigning categories
* Update the context menu requirements for displaying the auto-assign option
* Bump to RC 2
Diffstat (limited to 'src/version.rc')
| -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 00060b2d..46720095 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,5,0 -#define VER_FILEVERSION_STR "2.5.0-rc1\0" +#define VER_FILEVERSION_STR "2.5.0rc2\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
