Browse Source

Version: 22000.708.46.3

pull/1138/head 22000.708.46.3_6bd514b
Valentin Radu 4 years ago
parent
commit
6bd514ba13
  1. 5
      CHANGELOG.md
  2. 6
      version.h

5
CHANGELOG.md

@ -23,6 +23,11 @@ Please make sure you are connected to the Internet while installing, the applica
##### 2 ##### 2
* sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown * sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown
##### 3
* Added option to hide the "Show desktop" button, but still retain its functionality, when using the Windows 10 taskbar
* Fixed a bug in Windows 10 where the Start menu was displayed centered by default
## 22000.675.45 ## 22000.675.45

6
version.h

@ -1,7 +1,7 @@
#define VER_MAJOR 22000 #define VER_MAJOR 22000
#define VER_MINOR 708 #define VER_MINOR 708
#define VER_BUILD_HI 46 #define VER_BUILD_HI 46
#define VER_BUILD_LO 2 #define VER_BUILD_LO 3
#define VER_FLAGS VS_FF_PRERELEASE #define VER_FLAGS VS_FF_PRERELEASE
@ -12,5 +12,5 @@
#define VER_STR(arg) #arg #define VER_STR(arg) #arg
// The String form of the version numbers // The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.2" #define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.2" #define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.3"

Loading…
Cancel
Save