1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-27 17:00:59 +01:00

Version: 22622.450.50.3

This commit is contained in:
Valentin Radu 2022-09-11 13:28:12 +03:00
parent 35046cd91a
commit fe071230ab
2 changed files with 8 additions and 3 deletions

View File

@ -20,6 +20,11 @@ Please make sure you are connected to the Internet while installing, the applica
* Support for disabling the modern search bar in 32-bit applications as well (thanks @krlvm).
* Fixed a bug that could prevent deleting registry keys when the application was supposed to (for example, when uninstalling or toggling certain settings).
##### 3
* Fixed incorrect check for running dwm instances in `ep_dwm`
* Fixed a use-after-free bug in `ep_dwm` (thanks @ibhk)
## 22000.795.48
Tested on OS build 22000.795.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22622
#define VER_MINOR 450
#define VER_BUILD_HI 50
#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", "22622.450.50.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.2"
#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.3"