From 6fcc8dde7f4d2e7a8e1c572081118845a2db2a30 Mon Sep 17 00:00:00 2001 From: Lalit Bhasin Date: Mon, 5 Jan 2026 15:05:00 -0800 Subject: [PATCH] new release --- lib/include/public/Version.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/include/public/Version.hpp b/lib/include/public/Version.hpp index ca33aca73..60b1f43c6 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.9.324.1" -#define BUILD_VERSION 3,9,324,1 +#define BUILD_VERSION_STR "3.10.5.1" +#define BUILD_VERSION 3,10,5,1 #ifndef RESOURCE_COMPILER_INVOKED #include "ctmacros.hpp" @@ -17,8 +17,8 @@ namespace MAT_NS_BEGIN { uint64_t const Version = ((uint64_t)3 << 48) | - ((uint64_t)9 << 32) | - ((uint64_t)324 << 16) | + ((uint64_t)10 << 32) | + ((uint64_t)5 << 16) | ((uint64_t)1); } MAT_NS_END @@ -27,4 +27,3 @@ namespace PAL_NS_BEGIN { } PAL_NS_END #endif // RESOURCE_COMPILER_INVOKED #endif -