Skip to content

Commit

Permalink
Version: 22621.608.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Oct 2, 2022
1 parent 0833f51 commit e4e3c61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.

## 22621.608.51

Tested on OS builds 22621.608 and 22000.1042.

Please make sure you are connected to the Internet while installing, the application might need to perform one-time downloads for several resources in order to enable full functionality.

#### Details

##### 1

* Fixed a bug that could prevent the Windows 10 network or battery flyouts from showing on OS build 22000.
* Fixed the Windows 10 network and battery flyouts on OS build 22621.
* Weather: Fixed a bug that displayed the widget contents with incorrect left padding.

## 22622.450.50

Tested on OS build 22622.450.
Expand Down
12 changes: 6 additions & 6 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VER_MAJOR 22622
#define VER_MINOR 450
#define VER_BUILD_HI 50
#define VER_BUILD_LO 3
#define VER_MAJOR 22621
#define VER_MINOR 608
#define VER_BUILD_HI 51
#define VER_BUILD_LO 1
#define VER_FLAGS VS_FF_PRERELEASE


Expand All @@ -12,5 +12,5 @@
#define VER_STR(arg) #arg

// The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.3"
#define VER_FILE_STRING VALUE "FileVersion", "22621.608.51.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.608.51.1"

0 comments on commit e4e3c61

Please sign in to comment.