Browse Source

Version: 22000.493.42.11

pull/886/head 22000.493.42.11_234ddf5
Valentin Radu 4 years ago
parent
commit
234ddf535b
  1. 3
      CHANGELOG.md
  2. 6
      version.h

3
CHANGELOG.md

@ -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 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 dark mode (thanks @krlvm) (#755) (.4)
* The weather widget supports setting window corner preference (rounded/not rounded) (.8) * 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 #### Fixes

6
version.h

@ -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 10 #define VER_BUILD_LO 11
#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.10" #define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.11"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.10" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.11"

Loading…
Cancel
Save