mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Version: 22000.675.45.4
This commit is contained in:
parent
5bbf26e36d
commit
5d8a2382da
@ -23,6 +23,11 @@ Please make sure you are connected to the Internet while installing, the applica
|
|||||||
|
|
||||||
* sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown
|
* sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown
|
||||||
|
|
||||||
|
##### 4
|
||||||
|
|
||||||
|
* sws: Fixed a bug that could prevent the switcher from identifying when the desktop is in the foreground
|
||||||
|
* sws: Fixed a regression that could prevent the switcher from properly detecting foreground window changes
|
||||||
|
|
||||||
## 22000.613.44
|
## 22000.613.44
|
||||||
|
|
||||||
Tested on OS build 22000.613.
|
Tested on OS build 22000.613.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define VER_MAJOR 22000
|
#define VER_MAJOR 22000
|
||||||
#define VER_MINOR 675
|
#define VER_MINOR 675
|
||||||
#define VER_BUILD_HI 45
|
#define VER_BUILD_HI 45
|
||||||
#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", "22000.675.45.3"
|
#define VER_FILE_STRING VALUE "FileVersion", "22000.675.45.4"
|
||||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.675.45.3"
|
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.675.45.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user