Skip to content

Commit

Permalink
Version: 22621.1413.54.5
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Mar 20, 2023
1 parent 6bc2ea5 commit 0344a5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Please make sure you are connected to the Internet while installing, the applica

* Windows 11 Start menu: Fixed a bug that prevented the menu from working when the setting "Disable Recommended section" is used and the display scaling is 125%. (5649a83)

##### 5

* Fixed a bug that could crash File Explorer on older OS builds, like 17763 (LTSC 2019). (6bc2ea5)

## 22621.1344.53

Tested on OS builds 22621.1344, 22000.1574, and 19044.1466.
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 22621
#define VER_MINOR 1413
#define VER_BUILD_HI 54
#define VER_BUILD_LO 4
#define VER_BUILD_LO 5
#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", "22621.1413.54.4"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.4"
#define VER_FILE_STRING VALUE "FileVersion", "22621.1413.54.5"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1413.54.5"

0 comments on commit 0344a5e

Please sign in to comment.