Browse Source

Version: 22621.1555.55.1

pull/1648/head 22621.1555.55.1_a95a688
Valentin Radu 3 years ago
parent
commit
a95a6881cc
  1. 10
      CHANGELOG.md
  2. 10
      version.h

10
CHANGELOG.md

@ -2,6 +2,16 @@ @@ -2,6 +2,16 @@
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
## 22621.1555.55
Tested on OS build 22621.1555. Installer requires Internet connectivity.
#### Details
##### 1
* Weather: Fixed a bug that prevented the widget from loading when using the Microsoft icon pack. (968d969)
## 22621.1413.54
Tested on OS build 22621.1413.

10
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 1413
#define VER_BUILD_HI 54
#define VER_BUILD_LO 5
#define VER_MINOR 1555
#define VER_BUILD_HI 55
#define VER_BUILD_LO 1
#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", "22621.1413.54.5"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.5"
#define VER_FILE_STRING VALUE "FileVersion", "22621.1555.55.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1555.55.1"

Loading…
Cancel
Save