Skip to content

Commit d45aa7f

Browse files
authored
Merge pull request #695 from microsoft/maxgolov/release/v3.4.295
Release v3.4.295
2 parents 9310e63 + 3fddb9a commit d45aa7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/include/public/Version.hpp

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define MAT_VERSION_HPP
77
// WARNING: DO NOT MODIFY THIS FILE!
88
// This file has been automatically generated, manual changes will be lost.
9-
#define BUILD_VERSION_STR "3.4.276.1"
10-
#define BUILD_VERSION 3,4,276,1
9+
#define BUILD_VERSION_STR "3.4.295.1"
10+
#define BUILD_VERSION 3,4,295,1
1111

1212
#ifndef RESOURCE_COMPILER_INVOKED
1313
#include <stdint.h>
@@ -33,7 +33,7 @@ namespace MAT_NS_BEGIN {
3333
uint64_t const Version =
3434
((uint64_t)3 << 48) |
3535
((uint64_t)4 << 32) |
36-
((uint64_t)276 << 16) |
36+
((uint64_t)295 << 16) |
3737
((uint64_t)1);
3838

3939
} MAT_NS_END
@@ -43,4 +43,3 @@ namespace PAL_NS_BEGIN { } PAL_NS_END
4343
#endif // RESOURCE_COMPILER_INVOKED
4444
#endif
4545

46-

0 commit comments

Comments
 (0)