From ee726e881858f7d3758af0ab8beed6dec5ad9404 Mon Sep 17 00:00:00 2001 From: Bhagirath Mehta Date: Fri, 28 Aug 2026 23:03:06 -0500 Subject: [PATCH] Prepare for new release - 3.10.240.1 Regenerate the public version header for the 2026 day-240 release so the source tag reports the correct SDK version. Files changed: lib/include/public/Version.hpp 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 cf7ec9b99..e01607e4b 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.173.1" -#define BUILD_VERSION 3,10,173,1 +#define BUILD_VERSION_STR "3.10.240.1" +#define BUILD_VERSION 3,10,240,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)173 << 16) | + ((uint64_t)240 << 16) | ((uint64_t)1); } MAT_NS_END