Skip to content

Commit a833996

Browse files
authored
Merge pull request #729 from microsoft/maxgolov/release_3.4.324
Prepare for Release v3.4.324
2 parents f63edbb + a8fd855 commit a833996

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/include/public/ICdsFactory.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <functional>
1212
#include <map>
13+
#include <memory>
1314
#include <string>
1415
#include <vector>
1516

lib/include/public/Version.hpp

Lines changed: 3 additions & 3 deletions
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.322.1"
10-
#define BUILD_VERSION 3,4,322,1
9+
#define BUILD_VERSION_STR "3.4.324.1"
10+
#define BUILD_VERSION 3,4,324,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)322 << 16) |
36+
((uint64_t)324 << 16) |
3737
((uint64_t)1);
3838

3939
} MAT_NS_END

lib/modules

0 commit comments

Comments
 (0)