1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Version: 22621.608.51.6

This commit is contained in:
Valentin Radu 2022-11-17 01:32:06 +02:00
parent d7a038564b
commit d262c41850
2 changed files with 7 additions and 3 deletions

View File

@ -40,6 +40,10 @@ Please make sure you are connected to the Internet while installing, the applica
* Windows 11 Start menu: Fixed a bug that prevented the menu from taking into account the "Layout" setting from Windows Settings - Personalization - Taskbar on 22621-based builds. (2572a80)
##### 6
* Fixed a bug that could cause the host process of ExplorerPatcher to crash under certain circumstances. (d7a0385)
## 22622.450.50
Tested on OS build 22622.450.

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 608
#define VER_BUILD_HI 51
#define VER_BUILD_LO 5
#define VER_BUILD_LO 6
#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", "22621.608.51.5"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.5"
#define VER_FILE_STRING VALUE "FileVersion", "22621.608.51.6"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.6"