From 1dd2acf07f55a7215c273620e9691f3b4548355d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 21 Feb 2021 17:56:44 +0100 Subject: [PATCH] Bump version to 2.4.0 and update translation. --- src/organizer_en.ts | 20 ++++++++++---------- src/version.rc | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/organizer_en.ts b/src/organizer_en.ts index a113579cf..b7c0eb1b8 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -5781,48 +5781,48 @@ Continue? PluginContainer - + Plugin error - + Mod Organizer failed to load the plugin '%1' last time it was started. - + The plugin can be skipped for this session, blacklisted, or loaded normally, in which case it might fail again. Blacklisted plugins can be re-enabled later in the settings. - + Skip this plugin - + Blacklist this plugin - + Load this plugin - + Some plugins could not be loaded - - + + Description missing - + The following plugins could not be loaded. The reason may be missing dependencies (i.e. python) or an outdated version: diff --git a/src/version.rc b/src/version.rc index a8b60111d..216a3e2dc 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,13 +4,13 @@ // 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.0rc3\0" +#define VER_FILEVERSION_STR "2.4.0\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION PRODUCTVERSION VER_FILEVERSION FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -FILEFLAGS VS_FF_PRERELEASE +FILEFLAGS (0) FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE (0)