Browse Source

Version: 22000.556.43.3

pull/1197/head 22000.556.43.3_5da58c5
Valentin Radu 4 years ago
parent
commit
5da58c530f
  1. 5
      CHANGELOG.md
  2. 6
      version.h

5
CHANGELOG.md

@ -10,6 +10,11 @@ Please make sure you are connected to the Internet while installing, the applica @@ -10,6 +10,11 @@ Please make sure you are connected to the Internet while installing, the applica
#### Details
##### 3
* Option to enable classic drive groupings in This PC (thanks @lordmilko)
* Choice of Windows 11 Command Bar, Windows 10 Ribbon or Windows 7 Command Bar for File Explorer windows
##### 2
* Fixed Windows 10 taskbar showing fully transparent instead of the acrylic effect on newer OS builds (22581+)

6
version.h

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

Loading…
Cancel
Save