From 5da58c530fc1343291a7376b6b27c12817f2e386 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 28 Mar 2022 20:40:03 +0300 Subject: [PATCH] Version: 22000.556.43.3 --- CHANGELOG.md | 5 +++++ version.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9496a..4b73d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Please make sure you are connected to the Internet while installing, the applica #### Details +##### 3 + +* Option to enable classic drive groupings in This PC (thanks @lordmilko) +* Choice of Windows 11 Command Bar, Windows 10 Ribbon or Windows 7 Command Bar for File Explorer windows + ##### 2 * Fixed Windows 10 taskbar showing fully transparent instead of the acrylic effect on newer OS builds (22581+) diff --git a/version.h b/version.h index 0dcc125..f1c07dd 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 556 #define VER_BUILD_HI 43 -#define VER_BUILD_LO 2 +#define VER_BUILD_LO 3 #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.556.43.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.2" +#define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.3" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.3"