This commit is contained in:
Lalit Kumar Bhasin 2024-09-05 22:57:09 -07:00 коммит произвёл GitHub
Родитель 12562c428d
Коммит 9e3ec45f7a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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.8.32.1"
#define BUILD_VERSION 3,8,32,1
#define BUILD_VERSION_STR "3.8.249.1"
#define BUILD_VERSION 3,8,249,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)8 << 32) |
((uint64_t)32 << 16) |
((uint64_t)249 << 16) |
((uint64_t)1);
} MAT_NS_END
@ -27,3 +27,4 @@ namespace PAL_NS_BEGIN { } PAL_NS_END
#endif // RESOURCE_COMPILER_INVOKED
#endif