From 1f8900f430cd9bc24cbfbb07d1c2ef15590d01ec Mon Sep 17 00:00:00 2001 From: Sally Knight Date: Mon, 23 Mar 2026 01:46:21 +0300 Subject: [PATCH] update buildver to 1.6.0560 --- Minecraft.Client/Platform/Common/BuildVer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Minecraft.Client/Platform/Common/BuildVer.h b/Minecraft.Client/Platform/Common/BuildVer.h index ee558b037..9248a8eba 100644 --- a/Minecraft.Client/Platform/Common/BuildVer.h +++ b/Minecraft.Client/Platform/Common/BuildVer.h @@ -7,14 +7,14 @@ // 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. -#define VER_PRODUCTBUILD 495 +#define VER_PRODUCTBUILD 560 // 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_FILEVERSION_STRING "1.3" +#define VER_FILEVERSION_STRING "1.6" #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_FILEBETA_STR "" #undef VER_FILEVERSION