We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a244f4 + bfba4f1 commit b31605bCopy full SHA for b31605b
1 file changed
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.5.19.1"
10
-#define BUILD_VERSION 3,5,19,1
+#define BUILD_VERSION_STR "3.5.25.1"
+#define BUILD_VERSION 3,5,25,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)5 << 32) |
36
- ((uint64_t)19 << 16) |
+ ((uint64_t)25 << 16) |
37
((uint64_t)1);
38
39
} MAT_NS_END
0 commit comments