mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-13 18:50:46 +01:00
Version: 22000.675.45.2
This commit is contained in:
parent
d9004c1566
commit
9e6d13a9f1
@ -14,6 +14,11 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
|
||||
* sws: Fixed a bug that displayed a wrong window to switch to when a background application was denied the request to have the foreground window by the OS (#1084)
|
||||
|
||||
##### 2
|
||||
|
||||
* libvalinet: Fixed a memory leak in `toast.h`
|
||||
* sws: Fixed a bug that caused the switcher to display non-responsive (hung) immersive (UWP) windows twice in the list
|
||||
|
||||
## 22000.613.44
|
||||
|
||||
Tested on OS build 22000.613.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 675
|
||||
#define VER_BUILD_HI 45
|
||||
#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.675.45.1"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.675.45.1"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.675.45.2"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.675.45.2"
|
||||
|
Loading…
Reference in New Issue
Block a user