From 40d63f1ef860e31855af732e3fc718bd07e9a796 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sat, 23 Sep 2023 11:51:43 +0700 Subject: [PATCH] Version: 22621.2283.57.2 --- CHANGELOG.md | 4 ++++ version.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78103ed33..d198c9bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ Tested on OS build 22621.2283. Installer requires Internet connectivity. Learn about known issues and track the progress regarding this update [here](https://github.com/valinet/ExplorerPatcher/pull/2097). Special thanks to @Amrsatrio for providing support towards fixing ExplorerPatcher on newer OS builds. +##### 2 + +* Fixed a bug that crashed `explorer.exe` on OS builds lower than 22621 (Windows 11 22H2). (dfee1ae) + ## 22621.1992.56 Tested on OS build 22621.1992. Installer requires Internet connectivity. diff --git a/version.h b/version.h index 3685c82e7..b773c2dce 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22621 #define VER_MINOR 2283 #define VER_BUILD_HI 57 -#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", "22621.2283.57.1" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2283.57.1" +#define VER_FILE_STRING VALUE "FileVersion", "22621.2283.57.2" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2283.57.2"