Browse Source

Version: 22000.613.44.2

pull/1197/head 22000.613.44.2_d5f510f
Valentin Radu 4 years ago
parent
commit
d5f510f572
  1. 5
      CHANGELOG.md
  2. 6
      version.h

5
CHANGELOG.md

@ -15,6 +15,11 @@ Please make sure you are connected to the Internet while installing, the applica @@ -15,6 +15,11 @@ Please make sure you are connected to the Internet while installing, the applica
* Option to disable Win+F (Feedback Hub) hotkey
* Built-in support for OS build 22000.613
##### 2
* Weather: Fixed a bug that had "COM Surrogate" display as a running app in Task Manager after the widget flyout was opened the first time
* Weather: Fixed a bug that could hang or lock the shutdown/restart/sign out process when using the weather widget
## 22000.556.43
Tested on OS build 22000.556.

6
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 613
#define VER_BUILD_HI 44
#define VER_BUILD_LO 1
#define VER_BUILD_LO 2
#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.613.44.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.1"
#define VER_FILE_STRING VALUE "FileVersion", "22000.613.44.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.2"

Loading…
Cancel
Save