Browse Source

Version: 22000.493.42.10

pull/886/head 22000.493.42.10_0e498aa
Valentin Radu 4 years ago
parent
commit
0e498aaa91
  1. 1
      CHANGELOG.md
  2. 6
      version.h

1
CHANGELOG.md

@ -21,6 +21,7 @@ Tested on OS build 22000.493. @@ -21,6 +21,7 @@ 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)
#### Fixes

6
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 493
#define VER_BUILD_HI 42
#define VER_BUILD_LO 9
#define VER_BUILD_LO 10
#define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@ @@ -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.9"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.9"
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.10"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.10"

Loading…
Cancel
Save