diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba2793..72616d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -206,6 +206,10 @@ Please make sure you are connected to the Internet while installing, the applica * Fixed a bug that made the disable window rounded corners feature not work after signing out and then back into a user account +##### .39 + +* Weather: Fixed a bug that prevented the widget from starting up on new installations due to the folder `%APPDATA%\ExplorerPatcher` not existing + ## 22000.469.41 Tested on OS build 22000.434. diff --git a/version.h b/version.h index 3e8a3bb..1bed07e 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 556 #define VER_BUILD_HI 42 -#define VER_BUILD_LO 38 +#define VER_BUILD_LO 39 #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.556.42.38" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.38" +#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.39" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.39"