Skip to content

Commit 9f78879

Browse files
committed
1DS C++ telemetry SDK v3.2.162
1 parent ad317fc commit 9f78879

File tree

3 files changed

+3
-285
lines changed

3 files changed

+3
-285
lines changed

examples/cpp/SampleCpp/out/Makefile

Lines changed: 0 additions & 238 deletions
This file was deleted.

examples/cpp/SampleCpp/out/cmake_install.cmake

Lines changed: 0 additions & 44 deletions
This file was deleted.

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.2.143.1"
7-
#define BUILD_VERSION 3,2,143,1
6+
#define BUILD_VERSION_STR "3.2.162.1"
7+
#define BUILD_VERSION 3,2,162,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)2 << 32) |
33-
((uint64_t)143 << 16) |
33+
((uint64_t)162 << 16) |
3434
((uint64_t)1);
3535

3636
} ARIASDK_NS_END

0 commit comments

Comments
 (0)