mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Version: 22621.1992.56.3
This commit is contained in:
parent
2e43c679b9
commit
5bda71f184
@ -16,6 +16,10 @@ Tested on OS build 22621.1992. Installer requires Internet connectivity.
|
||||
|
||||
* Windows 10 Start menu: Fixed a bug that prevented centering on Windows 10 (275a91f).
|
||||
|
||||
##### 3
|
||||
|
||||
* Windows 10 taskbar: Correct centering of taskbar items when search box is enabled in Windows 10 (2e43c67).
|
||||
|
||||
## 22621.1555.55
|
||||
|
||||
Tested on OS build 22621.1555. Installer requires Internet connectivity.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22621
|
||||
#define VER_MINOR 1992
|
||||
#define VER_BUILD_HI 56
|
||||
#define VER_BUILD_LO 2
|
||||
#define VER_BUILD_LO 3
|
||||
#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", "22621.1992.56.2"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.56.2"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22621.1992.56.3"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.56.3"
|
||||
|
Loading…
Reference in New Issue
Block a user