mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-12 02:00:46 +01:00
Version: 22000.708.47.2
This commit is contained in:
parent
81d804ab06
commit
f7ffaca146
@ -15,6 +15,10 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
* 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+
|
||||
|
||||
##### 2
|
||||
|
||||
* Fixed a system high DPI-related bug that caused wide Windows 10 taskbar buttons and incorrect (desktop) icon spacing
|
||||
|
||||
## 22000.708.46
|
||||
|
||||
Tested on OS build 22000.708.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 778
|
||||
#define VER_BUILD_HI 47
|
||||
#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.778.47.1"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.778.47.1"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.778.47.2"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.778.47.2"
|
||||
|
Loading…
Reference in New Issue
Block a user