From e4b2935f1e2520601687df6f131605e07707c300 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Fri, 10 Apr 2026 16:49:03 -0700 Subject: [PATCH] Prepare for new release - 3.10.100.1 --- 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 ce9e8fd79..850519486 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.40.1" -#define BUILD_VERSION 3,10,40,1 +#define BUILD_VERSION_STR "3.10.100.1" +#define BUILD_VERSION 3,10,100,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)40 << 16) | + ((uint64_t)100 << 16) | ((uint64_t)1); } MAT_NS_END