1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Version: 22000.556.42.37

This commit is contained in:
Valentin Radu 2022-03-14 22:58:10 +02:00
parent f004d73b01
commit 6c41c0e6d6
2 changed files with 8 additions and 3 deletions

View File

@ -197,6 +197,11 @@ Please make sure you are connected to the Internet while installing, the applica
* Weather: Display time of last update in the Properties window
##### .37
* Fixed Windows 10 taskbar button thumbnails on newer OS builds (22572+)
* Fixed Windows 10 taskbar showing fully transparent instead of the acrylic effect on newer OS builds (22572+)
## 22000.469.41
Tested on OS build 22000.434.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 556
#define VER_BUILD_HI 42
#define VER_BUILD_LO 36
#define VER_BUILD_LO 37
#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.556.42.36"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.36"
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.37"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.37"