We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9310e63 + 3fddb9a commit d45aa7fCopy full SHA for d45aa7f
lib/include/public/Version.hpp
@@ -6,8 +6,8 @@
6
#define MAT_VERSION_HPP
7
// WARNING: DO NOT MODIFY THIS FILE!
8
// This file has been automatically generated, manual changes will be lost.
9
-#define BUILD_VERSION_STR "3.4.276.1"
10
-#define BUILD_VERSION 3,4,276,1
+#define BUILD_VERSION_STR "3.4.295.1"
+#define BUILD_VERSION 3,4,295,1
11
12
#ifndef RESOURCE_COMPILER_INVOKED
13
#include <stdint.h>
@@ -33,7 +33,7 @@ namespace MAT_NS_BEGIN {
33
uint64_t const Version =
34
((uint64_t)3 << 48) |
35
((uint64_t)4 << 32) |
36
- ((uint64_t)276 << 16) |
+ ((uint64_t)295 << 16) |
37
((uint64_t)1);
38
39
} MAT_NS_END
@@ -43,4 +43,3 @@ namespace PAL_NS_BEGIN { } PAL_NS_END
43
#endif // RESOURCE_COMPILER_INVOKED
44
#endif
45
46
-
0 commit comments