mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-14 19:17:35 +01:00
Version: 22000.613.44.2
This commit is contained in:
parent
cd2d5c66f9
commit
d5f510f572
@ -15,6 +15,11 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
* Option to disable Win+F (Feedback Hub) hotkey
|
||||
* Built-in support for OS build 22000.613
|
||||
|
||||
##### 2
|
||||
|
||||
* Weather: Fixed a bug that had "COM Surrogate" display as a running app in Task Manager after the widget flyout was opened the first time
|
||||
* Weather: Fixed a bug that could hang or lock the shutdown/restart/sign out process when using the weather widget
|
||||
|
||||
## 22000.556.43
|
||||
|
||||
Tested on OS build 22000.556.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 613
|
||||
#define VER_BUILD_HI 44
|
||||
#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", "22000.613.44.1"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.1"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.613.44.2"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.2"
|
||||
|
Loading…
Reference in New Issue
Block a user