From e373e72cda2a3565fb5efed7c8e444dd92e72c94 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 20 Dec 2021 00:16:51 +0100 Subject: Increment version to 1.25.5 and update release notes --- src/Setup/Portable.rc | 4 ++-- src/Setup/Setup.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Setup') diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc index 75f7fc05..94578ddf 100644 --- a/src/Setup/Portable.rc +++ b/src/Setup/Portable.rc @@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,25,4,0 - PRODUCTVERSION 1,25,4,0 + FILEVERSION 1,25,5,0 + PRODUCTVERSION 1,25,5,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index 1c055869..de83b129 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,25,4,0 - PRODUCTVERSION 1,25,4,0 + FILEVERSION 1,25,5,0 + PRODUCTVERSION 1,25,5,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L -- cgit v1.2.3