From feaca6404d3676f8f3451cbd69d73876f6c40898 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 2 Mar 2022 00:50:01 +0200 Subject: [PATCH] Version: 22000.493.42.25 --- CHANGELOG.md | 1 + version.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c03d8..a497a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ Please make sure you are connected to the Internet while installing, the applica * 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) +* Implemented floating/docked rounded corners Windows 10 Start menu (.25) #### Fixes diff --git a/version.h b/version.h index ba0eebf..5cf98cf 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 24 +#define VER_BUILD_LO 25 #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.24" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.24" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.25" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.25"