diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fea69..de868c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. +## 22000.675.45 + +Tested on OS build 22000.675. + +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 + +* sws: Fixed a bug that displayed a wrong window to switch to when a background application was denied the request to have the foreground window by the OS (#1084) + ## 22000.613.44 Tested on OS build 22000.613. diff --git a/version.h b/version.h index 1da193d..dc7cada 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 -#define VER_MINOR 613 -#define VER_BUILD_HI 44 -#define VER_BUILD_LO 2 +#define VER_MINOR 675 +#define VER_BUILD_HI 45 +#define VER_BUILD_LO 1 #define VER_FLAGS VS_FF_PRERELEASE @@ -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.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.613.44.2" +#define VER_FILE_STRING VALUE "FileVersion", "22000.675.45.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.675.45.1"