diff --git a/Solutions/version.txt b/Solutions/version.txt index c3a0fe778..79496f15f 100644 --- a/Solutions/version.txt +++ b/Solutions/version.txt @@ -1 +1 @@ -3.5.999.1 \ No newline at end of file +3.6.999.1 \ No newline at end of file diff --git a/lib/include/public/Version.hpp b/lib/include/public/Version.hpp index 2b31900a1..2db689367 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.5.321.1" -#define BUILD_VERSION 3,5,321,1 +#define BUILD_VERSION_STR "3.6.69.1" +#define BUILD_VERSION 3,6,69,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)5 << 32) | - ((uint64_t)321 << 16) | + ((uint64_t)6 << 32) | + ((uint64_t)69 << 16) | ((uint64_t)1); } MAT_NS_END