Version: 22000.556.42.34
This commit is contained in:
@@ -182,6 +182,11 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
* Fixed a bug that prevented the centered taskbar from working when animations are turned off system-wide (for example, in usual remote sessions)
|
||||
* Fixed a bug that prevented the taskbar from displaying correctly when the weather widget is set to display at left/top (#1041)
|
||||
|
||||
##### .34
|
||||
|
||||
* Weather: Fixed a bug that prevented resizing other taskbar toolbars (#1043)
|
||||
* Weather: Fixed bugs regarding left/top positioning option (#1041)
|
||||
|
||||
## 22000.469.41
|
||||
|
||||
Tested on OS build 22000.434.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 556
|
||||
#define VER_BUILD_HI 42
|
||||
#define VER_BUILD_LO 33
|
||||
#define VER_BUILD_LO 34
|
||||
#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.33"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.33"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.42.34"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.34"
|
||||
|
||||
Reference in New Issue
Block a user