From c15fe6f672eeefaee42f5274099a67cde2b1ae8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 21 Jul 2024 15:53:33 +0200 Subject: [PATCH] Bump version to 2.5.2rc1. --- src/version.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.rc b/src/version.rc index bc3a5ae8d..4f10b7e72 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,5,1 -#define VER_FILEVERSION_STR "2.5.1rc1\0" +#define VER_FILEVERSION 2,5,2 +#define VER_FILEVERSION_STR "2.5.2rc1\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION