1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-19 09:07:29 +01:00

Version: 22000.556.43.2

This commit is contained in:
Valentin Radu 2022-03-24 23:37:39 +02:00
parent 9c364f470e
commit 21f3377a27
2 changed files with 7 additions and 3 deletions

View File

@ -10,6 +10,10 @@ Please make sure you are connected to the Internet while installing, the applica
#### Details
##### 2
* Fixed Windows 10 taskbar showing fully transparent instead of the acrylic effect on newer OS builds (22581+)
##### 1
* Option to disable window Snap quadrants in Windows 11 (thanks @lordmilko)

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 556
#define VER_BUILD_HI 43
#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.556.43.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.1"
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.2"