Browse Source

Version: 22000.493.42.25

pull/979/head 22000.493.42.25_feaca64
Valentin Radu 4 years ago
parent
commit
feaca6404d
  1. 1
      CHANGELOG.md
  2. 6
      version.h

1
CHANGELOG.md

@ -35,6 +35,7 @@ Please make sure you are connected to the Internet while installing, the applica
* Added option to enable rounded corners on the Windows 10 Start menu (#937) (.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 full screen Windows 10 Start menu (.23)
* Support for "Show more tiles" option in the Windows 10 Start menu (#933) (.24) * Support for "Show more tiles" option in the Windows 10 Start menu (#933) (.24)
* Implemented floating/docked rounded corners Windows 10 Start menu (.25)
#### Fixes #### Fixes

6
version.h

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

Loading…
Cancel
Save