v3.4.254 (will create tag on master once it lands in the master)

This commit is contained in:
Max Golovanov 2020-09-10 15:13:13 -07:00
Родитель d5fe0c042b
Коммит 85b60e3617
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -17,8 +17,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.4.226.1"
#define BUILD_VERSION 3,4,226,1
#define BUILD_VERSION_STR "3.4.254.1"
#define BUILD_VERSION 3,4,254,1
#ifndef RESOURCE_COMPILER_INVOKED
#include <stdint.h>
@ -44,7 +44,7 @@ namespace MAT_NS_BEGIN {
uint64_t const Version =
((uint64_t)3 << 48) |
((uint64_t)4 << 32) |
((uint64_t)226 << 16) |
((uint64_t)254 << 16) |
((uint64_t)1);
} MAT_NS_END