mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-01-27 08:33:41 +01:00
Version: 22621.608.51.5
This commit is contained in:
parent
2572a802db
commit
6190fd2278
@ -36,6 +36,10 @@ Please make sure you are connected to the Internet while installing, the applica
|
|||||||
|
|
||||||
* Windows 11 taskbar: Fixed a bug that could crash `explorer.exe` when right clicking certain system tray icons on 22621-based builds. Thanks for the reports about this issue. (a6a88b1)
|
* Windows 11 taskbar: Fixed a bug that could crash `explorer.exe` when right clicking certain system tray icons on 22621-based builds. Thanks for the reports about this issue. (a6a88b1)
|
||||||
|
|
||||||
|
##### 5
|
||||||
|
|
||||||
|
* Windows 11 Start menu: Fixed a bug that prevented the menu from taking into account the "Layout" setting from Windows Settings - Personalization - Taskbar on 22621-based builds. (2572a80)
|
||||||
|
|
||||||
## 22622.450.50
|
## 22622.450.50
|
||||||
|
|
||||||
Tested on OS build 22622.450.
|
Tested on OS build 22622.450.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define VER_MAJOR 22621
|
#define VER_MAJOR 22621
|
||||||
#define VER_MINOR 608
|
#define VER_MINOR 608
|
||||||
#define VER_BUILD_HI 51
|
#define VER_BUILD_HI 51
|
||||||
#define VER_BUILD_LO 4
|
#define VER_BUILD_LO 5
|
||||||
#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.608.51.4"
|
#define VER_FILE_STRING VALUE "FileVersion", "22621.608.51.5"
|
||||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.4"
|
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user