1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-19 01:04:08 +01:00

Version: 22000.613.44.1

This commit is contained in:
Valentin Radu 2022-04-14 10:50:28 +03:00
parent d828fa2137
commit 52e86d739a
2 changed files with 18 additions and 5 deletions

View File

@ -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.613.44
Tested on OS build 22000.613.
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
* Option to disable Win+F (Feedback Hub) hotkey
* Built-in support for OS build 22000.613
## 22000.556.43
Tested on OS build 22000.556.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 556
#define VER_BUILD_HI 43
#define VER_BUILD_LO 4
#define VER_MINOR 613
#define VER_BUILD_HI 44
#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.556.43.4"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.4"
#define VER_FILE_STRING VALUE "FileVersion", "22000.613.44.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.1"