diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-03-12 20:51:46 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-03-12 20:51:46 +0100 |
| commit | 717c2ca9cfa3e80e466c8872f29ea136f0b1380a (patch) | |
| tree | 2a57ab37800a8b4db5de9a42b813612674058704 /src/version.rc | |
| parent | abd1a11768cf0f63cc680fdc9883aa0ec9960324 (diff) | |
Bump to 2.4.1rc1 and update translations.
Diffstat (limited to 'src/version.rc')
| -rw-r--r-- | src/version.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.rc b/src/version.rc index 216a3e2d..c38aa375 100644 --- a/src/version.rc +++ b/src/version.rc @@ -3,14 +3,14 @@ // 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,4,0 -#define VER_FILEVERSION_STR "2.4.0\0" +#define VER_FILEVERSION 2,4,1 +#define VER_FILEVERSION_STR "2.4.1rc1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION PRODUCTVERSION VER_FILEVERSION FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -FILEFLAGS (0) +FILEFLAGS VS_FF_PRERELEASE FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE (0) |
