From e3896375036568f0985266581daae948690b770e Mon Sep 17 00:00:00 2001 From: Bhagirath Mehta Date: Tue, 9 Jun 2026 01:03:21 -0500 Subject: [PATCH] Prepare for new release - 3.10.159.1 Regenerate Version.hpp via tools/gen-version (tools/version-node.js) to bump the SDK build version from 3.10.100.1 to 3.10.159.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- lib/include/public/Version.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/include/public/Version.hpp b/lib/include/public/Version.hpp index 850519486..9b2f8c0f2 100644 --- a/lib/include/public/Version.hpp +++ b/lib/include/public/Version.hpp @@ -6,8 +6,8 @@ #define MAT_VERSION_HPP // WARNING: DO NOT MODIFY THIS FILE! // This file has been automatically generated, manual changes will be lost. -#define BUILD_VERSION_STR "3.10.100.1" -#define BUILD_VERSION 3,10,100,1 +#define BUILD_VERSION_STR "3.10.159.1" +#define BUILD_VERSION 3,10,159,1 #ifndef RESOURCE_COMPILER_INVOKED #include "ctmacros.hpp" @@ -18,7 +18,7 @@ namespace MAT_NS_BEGIN { uint64_t const Version = ((uint64_t)3 << 48) | ((uint64_t)10 << 32) | - ((uint64_t)100 << 16) | + ((uint64_t)159 << 16) | ((uint64_t)1); } MAT_NS_END