diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed2c42..6a0e87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,10 @@ Please make sure you are connected to the Internet while installing, the applica * Fixed a bug that could prevent Control Panel link redirection from working correctly * Weather: Fixed a bug that prevented the widget from working when WebView2 Runtime >= 102.0.1245.33 + +##### 6 + +* Fix a bug in the Properties window that had the it fail to display some sections under default settings ## 22000.675.45 diff --git a/version.h b/version.h index ee3ad9d..7179c38 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 708 #define VER_BUILD_HI 46 -#define VER_BUILD_LO 5 +#define VER_BUILD_LO 6 #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.708.46.5" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.5" +#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.6" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.6"