From 0ff6b1b365b0458b7039f9bfbb95be37a001d583 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 4 Jul 2022 23:41:52 +0300 Subject: [PATCH] Version: 22000.708.47.1 --- CHANGELOG.md | 13 +++++++++++++ version.h | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0e87a..8a2cac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22000.778.47 + +Tested on OS build 22000.778. + +Please make sure you are connected to the Internet while installing, the application might need to perform one-time downloads for several resources in order to enable full functionality. + +#### Details + +##### 1 + +* 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+ + ## 22000.708.46 Tested on OS build 22000.708. diff --git a/version.h b/version.h index 7179c38..b4ea0a4 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 -#define VER_MINOR 708 -#define VER_BUILD_HI 46 -#define VER_BUILD_LO 6 +#define VER_MINOR 778 +#define VER_BUILD_HI 47 +#define VER_BUILD_LO 1 #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.708.46.6" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.6" +#define VER_FILE_STRING VALUE "FileVersion", "22000.778.47.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.778.47.1"