1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-18 16:54:13 +01:00

Fixed regression of #161

This commit is contained in:
Valentin Radu 2021-12-05 18:37:26 +02:00
parent d3622800f8
commit b0e38bcda2
3 changed files with 5 additions and 4 deletions

View File

@ -34,6 +34,7 @@ Tested on build 22000.348.
* Reversed UWP apps detection to checking whether the executable is called ApplicationFrameHost.exe
* Added some more debug messages
* Fixed some rendering problems when themes are disabled
* Fixed regression of [#161](https://github.com/valinet/ExplorerPatcher/issues/161#issuecomment-986234002) (.1)
## 22000.348.39

@ -1 +1 @@
Subproject commit cb8d3dca18946da414d21d677d57534b48558e60
Subproject commit 44e262791333ef6ba5fe128e8abf20d28787f594

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 348
#define VER_BUILD_HI 40
#define VER_BUILD_LO 0
#define VER_BUILD_LO 1
#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.348.40.0"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.348.40.0"
#define VER_FILE_STRING VALUE "FileVersion", "22000.348.40.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.348.40.1"