From f7ffaca14698d40282be373041c1bc828278acc5 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sat, 9 Jul 2022 18:48:16 +0300 Subject: [PATCH] Version: 22000.708.47.2 --- CHANGELOG.md | 4 ++++ version.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2cac6..8680e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Please make sure you are connected to the Internet while installing, the applica * Built-in support for OS build 22000.778. * Fixed a bug that had the Start button context menu / Win-X menu / power user menu fail to display and potentially lock the shell on OS builds 22000.778+ and 22621+ +##### 2 + +* Fixed a system high DPI-related bug that caused wide Windows 10 taskbar buttons and incorrect (desktop) icon spacing + ## 22000.708.46 Tested on OS build 22000.708. diff --git a/version.h b/version.h index b4ea0a4..47f52b3 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 778 #define VER_BUILD_HI 47 -#define VER_BUILD_LO 1 +#define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22000.778.47.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.778.47.1" +#define VER_FILE_STRING VALUE "FileVersion", "22000.778.47.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.778.47.2"