Update module and rev version for release. (#1033)
* Update modules commit * Rev version for release
This commit is contained in:
Родитель
a730194aea
Коммит
41840c3895
|
@ -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.6.69.1"
|
||||
#define BUILD_VERSION 3,6,69,1
|
||||
#define BUILD_VERSION_STR "3.6.187.1"
|
||||
#define BUILD_VERSION 3,6,187,1
|
||||
|
||||
#ifndef RESOURCE_COMPILER_INVOKED
|
||||
#include "ctmacros.hpp"
|
||||
|
@ -18,7 +18,7 @@ namespace MAT_NS_BEGIN {
|
|||
uint64_t const Version =
|
||||
((uint64_t)3 << 48) |
|
||||
((uint64_t)6 << 32) |
|
||||
((uint64_t)69 << 16) |
|
||||
((uint64_t)187 << 16) |
|
||||
((uint64_t)1);
|
||||
|
||||
} MAT_NS_END
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 78c37db54c5085da5149b572358a2633d03aa7b3
|
||||
Subproject commit b857c0251c84660277565dc4bdb75d0c91aaaef0
|
Загрузка…
Ссылка в новой задаче