Browse Source

Version: 22000.469.42.5

pull/886/head 22000.469.42.5_5e5ac92
Valentin Radu 4 years ago
parent
commit
5e5ac92a90
  1. 3
      CHANGELOG.md
  2. 6
      version.h

3
CHANGELOG.md

@ -27,6 +27,9 @@ Tested on OS build 22000.434.
* Fixed a bug that could corrupt registry entries of type REG_SZ set via the Properties UI (#734) (.2) * Fixed a bug that could corrupt registry entries of type REG_SZ set via the Properties UI (#734) (.2)
* Fixed a bug that reset the setting when pressing "Cancel" in an input box in the Properties UI (#734) (.2) * Fixed a bug that reset the setting when pressing "Cancel" in an input box in the Properties UI (#734) (.2)
* The weather widget adjusts its size vertically to accommodate the entire contents (#734) (.3) * The weather widget adjusts its size vertically to accommodate the entire contents (#734) (.3)
* Fixed a bug that prevented correct registration of the weather flyout on certain systems (26b6646) (.5)
* Fixed a bug that made the weather flyout open with noticeable delay under certain circumstances (.5)
* Fixed a bug that prevented correct operation on builds without built-in symbols (#783) (.5)
## 22000.469.41 ## 22000.469.41

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22000 #define VER_MAJOR 22000
#define VER_MINOR 469 #define VER_MINOR 469
#define VER_BUILD_HI 42 #define VER_BUILD_HI 42
#define VER_BUILD_LO 4 #define VER_BUILD_LO 5
#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.469.42.4" #define VER_FILE_STRING VALUE "FileVersion", "22000.469.42.5"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.4" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.5"

Loading…
Cancel
Save