From 05b622b2ef100509d4b4a41ed528c7aa1656aab4 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Tue, 1 Mar 2022 20:02:46 +0200 Subject: [PATCH] Version: 22000.493.42.24 --- CHANGELOG.md | 1 + version.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b964bb..42c03d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Please make sure you are connected to the Internet while installing, the applica * Added option to disable the "Recommended" section on the Windows 11 Start menu (.22) * Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22) * Support for full screen Windows 10 Start menu (.23) +* Support for "Show more tiles" option in the Windows 10 Start menu (#933) (.24) #### Fixes diff --git a/version.h b/version.h index 07ee3df..ba0eebf 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 493 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 23 +#define VER_BUILD_LO 24 #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.493.42.23" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.23" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.24" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.24"