From c2db2200d48c6359a59af4136fb9d49de8b37357 Mon Sep 17 00:00:00 2001 From: Matt Koscumb Date: Thu, 25 Jan 2024 12:03:05 -0800 Subject: [PATCH] Update version to 3.8.XXX.1 for 2024. --- Solutions/version.txt | 2 +- lib/include/public/Version.hpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Solutions/version.txt b/Solutions/version.txt index 045d76788..a84e9e417 100644 --- a/Solutions/version.txt +++ b/Solutions/version.txt @@ -1 +1 @@ -3.7.999.1 \ No newline at end of file +3.8.999.1 \ No newline at end of file diff --git a/lib/include/public/Version.hpp b/lib/include/public/Version.hpp index 026681369..73bd0e161 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.7.240.1" -#define BUILD_VERSION 3,7,240,1 +#define BUILD_VERSION_STR "3.8.25.1" +#define BUILD_VERSION 3,8,25,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)7 << 32) | - ((uint64_t)240 << 16) | + ((uint64_t)8 << 32) | + ((uint64_t)25 << 16) | ((uint64_t)1); } MAT_NS_END