Skip to content

Commit 4b61c77

Browse files
authored
Merge pull request #513 from microsoft/maxgolov/release/v3.4
Update SDK version files to v3.4
2 parents dbb2c16 + 2b25ee4 commit 4b61c77

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ endif()
150150
set(SDK_VERSION_PREFIX "EVT")
151151
add_definitions("-DMATSDK_VERSION_PREFIX=\"${SDK_VERSION_PREFIX}\"")
152152

153-
set(MATSDK_API_VERSION "3.3")
153+
set(MATSDK_API_VERSION "3.4")
154154
string(TIMESTAMP DAYNUMBER "%j")
155155
string(REGEX REPLACE "^00" "" DAYNUMBER ${DAYNUMBER})
156156
string(REGEX REPLACE "^0" "" DAYNUMBER ${DAYNUMBER})

Solutions/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.999.1
1+
3.4.999.1

lib/include/public/Version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#define MAT_VERSION_HPP
44
// WARNING: DO NOT MODIFY THIS FILE!
55
// This file has been automatically generated, manual changes will be lost.
6-
#define BUILD_VERSION_STR "3.4.183.1"
7-
#define BUILD_VERSION 3,4,183,1
6+
#define BUILD_VERSION_STR "3.4.195.1"
7+
#define BUILD_VERSION 3,4,195,1
88

99
#ifndef RESOURCE_COMPILER_INVOKED
1010
#include <stdint.h>
@@ -30,7 +30,7 @@ namespace ARIASDK_NS_BEGIN {
3030
uint64_t const Version =
3131
((uint64_t)3 << 48) |
3232
((uint64_t)4 << 32) |
33-
((uint64_t)183 << 16) |
33+
((uint64_t)195 << 16) |
3434
((uint64_t)1);
3535

3636
} ARIASDK_NS_END

lib/modules

mat-sdk.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ mv "@CMAKE_CURRENT_BINARY_DIR@/_CPack_Packages/Linux/RPM/tmpBBroot" $RPM_BUILD_R
3636
@CPACK_PACKAGING_INSTALL_PREFIX@/bin/my_project
3737

3838
%changelog
39+
* Mon Jul 7 2020 Max Golovanov <maxgolov@microsoft.com> 3.4.195-0
40+
Major improvements. Support for new targets and compilers.
3941
* Mon Apr 22 2019 Max Golovanov <maxgolov@microsoft.com> 3.2.112-0
4042
Memory leak fixes and other optimizations
4143
* Wed Feb 26 2019 Max Golovanov <maxgolov@microsoft.com> 3.1.57-0

0 commit comments

Comments
 (0)