From f3e03ae0c21c7c14f952277254711a57f8f8c84d Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Tue, 8 Feb 2022 23:42:28 +0200 Subject: [PATCH] Version: 22000.493.42.9 --- CHANGELOG.md | 5 +++-- version.h | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ec198..e7f615c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. -## 22000.469.42 +## 22000.493.42 -Tested on OS build 22000.434. +Tested on OS build 22000.493. #### New features +* Built-in support for OS build 22000.493. * Implemented Weather widget for the classic taskbar, similar to what is available in the more recent updates to Windows 10. Read more about it [here](https://github.com/valinet/ExplorerPatcher/wiki/Weather). * Implemented 2 features that help in replacing the functionality of the quick launch toolbar with pinned taskbar items. Read more about it [here](https://github.com/valinet/ExplorerPatcher/discussions/819) (.7). * Implemented option to have Start open on a specific monitor (#821) (.8) diff --git a/version.h b/version.h index 2ad2176..4426db5 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 -#define VER_MINOR 469 +#define VER_MINOR 493 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 8 +#define VER_BUILD_LO 9 #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.469.42.8" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.469.42.8" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.9" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.9"