From f71288db16dde69abbfe09ae3f5de9a103576e3d Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Sat, 1 May 2021 15:23:16 -0700 Subject: Bump to 2.4.2 RC 1 --- src/version.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/version.rc') diff --git a/src/version.rc b/src/version.rc index 850a52f7..c415eca6 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,4,1 -#define VER_FILEVERSION_STR "2.4.1\0" +#define VER_FILEVERSION 2,4,2 +#define VER_FILEVERSION_STR "2.4.2rc1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION @@ -24,7 +24,7 @@ BEGIN VALUE "FileDescription", "Mod Organizer 2 GUI\0" VALUE "OriginalFilename", "ModOrganizer.exe\0" VALUE "InternalName", "ModOrganizer2\0" - VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2020 Mod Organizer 2 contributors\0" + VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2021 Mod Organizer 2 contributors\0" VALUE "ProductName", "Mod Organizer 2\0" VALUE "ProductVersion", VER_FILEVERSION_STR END -- cgit v1.3.1