From 6c412b301cb48825246806a8459d7a4f1810af95 Mon Sep 17 00:00:00 2001 From: "Hochrieser, Matthias" Date: Fri, 2 Aug 2024 12:42:12 +0200 Subject: [PATCH] Pull request #212: RUM-20843 Updating main to 3.4 Merge in OP/openkit-native from feature/RUM-20843-update-main-native to main * commit 'afdedbb73847d615a92758a7b12f32e389083fb3': RUM-20843 Updating main to 3.4 GitOrigin-RevId: 539aeed9cbacf4eec92bde96f6bceda01f6ed47d --- docs/example.md | 4 ++-- src/protocol/ProtocolConstants.h | 2 +- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/example.md b/docs/example.md index fa96a2d4..1fbc83ee 100644 --- a/docs/example.md +++ b/docs/example.md @@ -61,8 +61,8 @@ This includes device specific information like operating system, manufacturer, o | Method Name | Description | Default Value | | ------------- | ------------- | ---------- | -| `withApplicationVersion` | sets the application version | `"3.3.0"` | -| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` | +| `withApplicationVersion` | sets the application version | `"3.4.0"` | +| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.4.0"` | | `withManufacturer` | sets the manufacturer | `"Dynatrace"` | | `withModelID` | sets the model id | `"OpenKitDevice"` | | `withBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 45 min | diff --git a/src/protocol/ProtocolConstants.h b/src/protocol/ProtocolConstants.h index 9d7d684c..2652264f 100644 --- a/src/protocol/ProtocolConstants.h +++ b/src/protocol/ProtocolConstants.h @@ -34,7 +34,7 @@ namespace protocol constexpr const char* QUERY_KEY_SESSION_IDENTIFIER = "si"; // constant query parameter values - constexpr const char* OPENKIT_VERSION = "8.297.30300"; + constexpr const char* OPENKIT_VERSION = "8.297.30400"; constexpr const char* PLATFORM_TYPE_OPENKIT = "1"; constexpr const char* AGENT_TECHNOLOGY_TYPE = "okc"; constexpr int32_t PROTOCOL_VERSION = 3; diff --git a/version.properties b/version.properties index 9318b7cc..a6e5b0d5 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=3.3.0 \ No newline at end of file +version=3.4.0-SNAPSHOT \ No newline at end of file