We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cac093 commit 2fa9ee6Copy full SHA for 2fa9ee6
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.9.324.1"
10
-#define BUILD_VERSION 3,9,324,1
+#define BUILD_VERSION_STR "3.10.5.1"
+#define BUILD_VERSION 3,10,5,1
11
12
#ifndef RESOURCE_COMPILER_INVOKED
13
#include "ctmacros.hpp"
@@ -17,8 +17,8 @@ namespace MAT_NS_BEGIN {
17
18
uint64_t const Version =
19
((uint64_t)3 << 48) |
20
- ((uint64_t)9 << 32) |
21
- ((uint64_t)324 << 16) |
+ ((uint64_t)10 << 32) |
+ ((uint64_t)5 << 16) |
22
((uint64_t)1);
23
24
} MAT_NS_END
@@ -27,4 +27,3 @@ namespace PAL_NS_BEGIN { } PAL_NS_END
27
28
#endif // RESOURCE_COMPILER_INVOKED
29
#endif
30
-
0 commit comments