From 7491e96066e0a8aa5589ed1a3c8a1c44487fbbae Mon Sep 17 00:00:00 2001 From: absaroj <87096407+absaroj@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:35:46 -0800 Subject: [PATCH] Updating version number to 3.8.32.1 to create a new release (#1242) --- lib/include/public/Version.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/include/public/Version.hpp b/lib/include/public/Version.hpp index 73bd0e161..76cc9ccf9 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.8.25.1" -#define BUILD_VERSION 3,8,25,1 +#define BUILD_VERSION_STR "3.8.32.1" +#define BUILD_VERSION 3,8,32,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)8 << 32) | - ((uint64_t)25 << 16) | + ((uint64_t)32 << 16) | ((uint64_t)1); } MAT_NS_END @@ -27,4 +27,3 @@ namespace PAL_NS_BEGIN { } PAL_NS_END #endif // RESOURCE_COMPILER_INVOKED #endif -