mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-27 08:33:41 +01:00
Version: 22621.1413.54.4
This commit is contained in:
parent
5649a83739
commit
8e9403cfb5
@ -25,6 +25,10 @@ Please make sure you are connected to the Internet while installing, the applica
|
|||||||
|
|
||||||
* Windows 11 Start menu: Better enforcement for disabling the "Recommended" section. (27a8fd9)
|
* Windows 11 Start menu: Better enforcement for disabling the "Recommended" section. (27a8fd9)
|
||||||
|
|
||||||
|
##### 4
|
||||||
|
|
||||||
|
* Windows 11 Start menu: Fixed a bug that prevented the menu from working when the setting "Disable Recommended section" is used and the display scaling is 125%. (5649a83)
|
||||||
|
|
||||||
## 22621.1344.53
|
## 22621.1344.53
|
||||||
|
|
||||||
Tested on OS builds 22621.1344, 22000.1574, and 19044.1466.
|
Tested on OS builds 22621.1344, 22000.1574, and 19044.1466.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define VER_MAJOR 22621
|
#define VER_MAJOR 22621
|
||||||
#define VER_MINOR 1413
|
#define VER_MINOR 1413
|
||||||
#define VER_BUILD_HI 54
|
#define VER_BUILD_HI 54
|
||||||
#define VER_BUILD_LO 3
|
#define VER_BUILD_LO 4
|
||||||
#define VER_FLAGS VS_FF_PRERELEASE
|
#define VER_FLAGS VS_FF_PRERELEASE
|
||||||
|
|
||||||
|
|
||||||
@ -12,5 +12,5 @@
|
|||||||
#define VER_STR(arg) #arg
|
#define VER_STR(arg) #arg
|
||||||
|
|
||||||
// The String form of the version numbers
|
// The String form of the version numbers
|
||||||
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.3"
|
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.4"
|
||||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.3"
|
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user