From 234ddf535b9ef8b1435312f9c84582789eaa38c5 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Mon, 14 Feb 2022 02:49:29 +0200 Subject: [PATCH] Version: 22000.493.42.11 --- CHANGELOG.md | 3 ++- version.h | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1223d25..616ff35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,8 @@ Tested on OS build 22000.493. * The weather widget shows an error screen when an error happens (like, using an incorrect location, or the network not working etc) (.3) * The weather widget supports dark mode (thanks @krlvm) (#755) (.4) * The weather widget supports setting window corner preference (rounded/not rounded) (.8) -* Option to clear weather widget local data (.10) +* Option to clear weather widget local data (.10, .11) +* Installer sets a Start menu shortcut for the "Properties" window (.11) #### Fixes diff --git a/version.h b/version.h index 7e7c2a7..5972061 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 493 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 10 +#define VER_BUILD_LO 11 #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.493.42.10" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.10" +#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.11" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.11"