From 256acf513145a10043b6ee4fc9a4b2d297edb0f5 Mon Sep 17 00:00:00 2001 From: fmarasco Date: Fri, 19 Sep 2025 09:42:56 -0400 Subject: [PATCH] update version for mobile --- 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 64ddceb43..56b034eef 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.239.1" -#define BUILD_VERSION 3,9,239,1 +#define BUILD_VERSION_STR "3.9.262.1" +#define BUILD_VERSION 3,9,262,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)9 << 32) | - ((uint64_t)239 << 16) | + ((uint64_t)262 << 16) | ((uint64_t)1); } MAT_NS_END