mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-02-04 13:25:36 +01:00
Version: 22000.493.42.24
This commit is contained in:
parent
4aa045b01d
commit
05b622b2ef
@ -34,6 +34,7 @@ Please make sure you are connected to the Internet while installing, the applica
|
|||||||
* Added option to disable the "Recommended" section on the Windows 11 Start menu (.22)
|
* Added option to disable the "Recommended" section on the Windows 11 Start menu (.22)
|
||||||
* Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22)
|
* Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22)
|
||||||
* Support for full screen Windows 10 Start menu (.23)
|
* Support for full screen Windows 10 Start menu (.23)
|
||||||
|
* Support for "Show more tiles" option in the Windows 10 Start menu (#933) (.24)
|
||||||
|
|
||||||
#### Fixes
|
#### Fixes
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#define VER_MAJOR 22000
|
#define VER_MAJOR 22000
|
||||||
#define VER_MINOR 493
|
#define VER_MINOR 493
|
||||||
#define VER_BUILD_HI 42
|
#define VER_BUILD_HI 42
|
||||||
#define VER_BUILD_LO 23
|
#define VER_BUILD_LO 24
|
||||||
#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.493.42.23"
|
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.24"
|
||||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.23"
|
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.24"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user