update buildver to 1.6.0560

This commit is contained in:
Sally Knight 2026-03-23 01:46:21 +03:00
parent b6efb6265d
commit 1f8900f430

View file

@ -7,14 +7,14 @@
// This goes up with each build // This goes up with each build
// 4J-JEV: This value is extracted with a regex so it can be placed as the version in the AppX manifest on Durango. // 4J-JEV: This value is extracted with a regex so it can be placed as the version in the AppX manifest on Durango.
#define VER_PRODUCTBUILD 495 #define VER_PRODUCTBUILD 560
// This goes up if there is any change to network traffic or code in a build // This goes up if there is any change to network traffic or code in a build
#define VER_NETWORK 495 #define VER_NETWORK 560
#define VER_PRODUCTBUILD_QFE 0 #define VER_PRODUCTBUILD_QFE 0
#define VER_FILEVERSION_STRING "1.3" #define VER_FILEVERSION_STRING "1.6"
#define VER_PRODUCTVERSION_STRING VER_FILEVERSION_STRING #define VER_PRODUCTVERSION_STRING VER_FILEVERSION_STRING
#define VER_FILEVERSION_STRING_W L"1.3" #define VER_FILEVERSION_STRING_W L"1.6"
#define VER_PRODUCTVERSION_STRING_W VER_FILEVERSION_STRING_W #define VER_PRODUCTVERSION_STRING_W VER_FILEVERSION_STRING_W
#define VER_FILEBETA_STR "" #define VER_FILEBETA_STR ""
#undef VER_FILEVERSION #undef VER_FILEVERSION