mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-15 03:27:35 +01:00
Version: 22000.493.42.11
This commit is contained in:
parent
6be380826a
commit
234ddf535b
@ -21,7 +21,8 @@ Tested on OS build 22000.493.
|
||||
* The weather widget shows an error screen when an error happens (like, using an incorrect location, or the network not working etc) (.3)
|
||||
* The weather widget supports dark mode (thanks @krlvm) (#755) (.4)
|
||||
* The weather widget supports setting window corner preference (rounded/not rounded) (.8)
|
||||
* Option to clear weather widget local data (.10)
|
||||
* Option to clear weather widget local data (.10, .11)
|
||||
* Installer sets a Start menu shortcut for the "Properties" window (.11)
|
||||
|
||||
#### Fixes
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 493
|
||||
#define VER_BUILD_HI 42
|
||||
#define VER_BUILD_LO 10
|
||||
#define VER_BUILD_LO 11
|
||||
#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.10"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.10"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.11"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.11"
|
||||
|
Loading…
Reference in New Issue
Block a user