1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-31 03:53:44 +01:00

Version: 22000.493.42.12

This commit is contained in:
Valentin Radu 2022-02-16 13:41:26 +02:00
parent 64f58d19c2
commit 2efe2a673d
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Tested on OS build 22000.493.
#### New features
* Built-in support for OS build 22000.493.
* Built-in support for OS build 22000.493, OS build 22000.527 (Preview).
* Implemented Weather widget for the classic taskbar, similar to what is available in the more recent updates to Windows 10. Read more about it [here](https://github.com/valinet/ExplorerPatcher/wiki/Weather).
* Implemented 2 features that help in replacing the functionality of the quick launch toolbar with pinned taskbar items. Read more about it [here](https://github.com/valinet/ExplorerPatcher/discussions/819) (.7).
* Implemented option to have Start open on a specific monitor (#821) (.8)

View File

@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 493
#define VER_BUILD_HI 42
#define VER_BUILD_LO 11
#define VER_BUILD_LO 12
#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.493.42.11"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.11"
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.12"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.12"