Skip to content

Commit

Permalink
Merge branch 'main' into user/makoscum/FixImplicitRetainSelfWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoscumb authored Jan 25, 2024
2 parents 7b2ac25 + e82b592 commit 0ff4a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Solutions/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.999.1
3.8.999.1
8 changes: 4 additions & 4 deletions lib/include/public/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 0ff4a33

Please sign in to comment.