mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-27 17:00:59 +01:00
Version: 22621.1992.56.1
This commit is contained in:
parent
46c504172c
commit
53ff541d78
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
|
This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.
|
||||||
|
|
||||||
|
## 22621.1992.56
|
||||||
|
|
||||||
|
Tested on OS build 22621.1992. Installer requires Internet connectivity.
|
||||||
|
|
||||||
|
#### Details
|
||||||
|
|
||||||
|
##### 1
|
||||||
|
|
||||||
|
* Windows 10 Start menu: Fixed a bug that prevented the menu from working on OS builds 22621.1413 and newer (46c5041). Please read these important notes regarding the fix [here](https://github.com/valinet/ExplorerPatcher/discussions/1679).
|
||||||
|
|
||||||
## 22621.1555.55
|
## 22621.1555.55
|
||||||
|
|
||||||
Tested on OS build 22621.1555. Installer requires Internet connectivity.
|
Tested on OS build 22621.1555. Installer requires Internet connectivity.
|
||||||
|
10
version.h
10
version.h
@ -1,7 +1,7 @@
|
|||||||
#define VER_MAJOR 22621
|
#define VER_MAJOR 22621
|
||||||
#define VER_MINOR 1555
|
#define VER_MINOR 1992
|
||||||
#define VER_BUILD_HI 55
|
#define VER_BUILD_HI 56
|
||||||
#define VER_BUILD_LO 2
|
#define VER_BUILD_LO 1
|
||||||
#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", "22621.1555.55.2"
|
#define VER_FILE_STRING VALUE "FileVersion", "22621.1992.56.1"
|
||||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1555.55.2"
|
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.56.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user