Browse Source

Version: 22000.493.42.24

pull/979/head 22000.493.42.24_05b622b
Valentin Radu 4 years ago
parent
commit
05b622b2ef
  1. 1
      CHANGELOG.md
  2. 6
      version.h

1
CHANGELOG.md

@ -34,6 +34,7 @@ Please make sure you are connected to the Internet while installing, the applica @@ -34,6 +34,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Added option to disable the "Recommended" section on the Windows 11 Start menu (.22)
* Added option to enable rounded corners on the Windows 10 Start menu (#937) (.22)
* Support for full screen Windows 10 Start menu (.23)
* Support for "Show more tiles" option in the Windows 10 Start menu (#933) (.24)
#### Fixes

6
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 493
#define VER_BUILD_HI 42
#define VER_BUILD_LO 23
#define VER_BUILD_LO 24
#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.493.42.23"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.23"
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.24"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.24"

Loading…
Cancel
Save