Skip to content

Commit

Permalink
Version: 22000.493.42.25
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Mar 1, 2022
1 parent 79a0b75 commit feaca64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* Support for full screen Windows 10 Start menu (.23)
* 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

Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 493
#define VER_BUILD_HI 42
#define VER_BUILD_LO 24
#define VER_BUILD_LO 25
#define VER_FLAGS VS_FF_PRERELEASE


Expand All @@ -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.24"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.24"
#define VER_FILE_STRING VALUE "FileVersion", "22000.493.42.25"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.493.42.25"

0 comments on commit feaca64

Please sign in to comment.