mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-14 19:17:35 +01:00
Version: 22000.556.43.4
This commit is contained in:
parent
a2b28e5345
commit
8461f3a33d
@ -10,6 +10,10 @@ Please make sure you are connected to the Internet while installing, the applica
|
||||
|
||||
#### Details
|
||||
|
||||
##### 4
|
||||
|
||||
* Option to enable legacy file transfer dialog
|
||||
|
||||
##### 3
|
||||
|
||||
* Option to enable classic drive groupings in This PC (thanks @lordmilko)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#define VER_MAJOR 22000
|
||||
#define VER_MINOR 556
|
||||
#define VER_BUILD_HI 43
|
||||
#define VER_BUILD_LO 3
|
||||
#define VER_BUILD_LO 4
|
||||
#define VER_FLAGS VS_FF_PRERELEASE
|
||||
|
||||
|
||||
@ -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.3"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.3"
|
||||
#define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.4"
|
||||
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.4"
|
||||
|
Loading…
Reference in New Issue
Block a user