Skip to content

Commit c7544d5

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #216: DEM-13842 Updating Main to 3.5
Merge in OP/openkit-native from feature/DEM-13842-updating-main-to-3-5 to main * commit '8645d4a0dfa58d7ed7050cb58f87edd9dfeeed4d': DEM-13842 Updating Main to 3.5 GitOrigin-RevId: 7e8e6f38b8bddea8f16e52324e55feef2d0ee53b
1 parent adde275 commit c7544d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ This includes device specific information like operating system, manufacturer, o
6161
6262
| Method Name | Description | Default Value |
6363
| ------------- | ------------- | ---------- |
64-
| `withApplicationVersion` | sets the application version | `"3.4.0"` |
65-
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.4.0"` |
64+
| `withApplicationVersion` | sets the application version | `"3.5.0"` |
65+
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.5.0"` |
6666
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
6767
| `withModelID` | sets the model id | `"OpenKitDevice"` |
6868
| `withBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 45 min |

src/protocol/ProtocolConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace protocol
3434
constexpr const char* QUERY_KEY_SESSION_IDENTIFIER = "si";
3535

3636
// constant query parameter values
37-
constexpr const char* OPENKIT_VERSION = "8.323.30400";
37+
constexpr const char* OPENKIT_VERSION = "8.323.30500";
3838
constexpr const char* PLATFORM_TYPE_OPENKIT = "1";
3939
constexpr const char* AGENT_TECHNOLOGY_TYPE = "okc";
4040
constexpr int32_t PROTOCOL_VERSION = 3;

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.4.0
1+
version=3.5.0-SNAPSHOT

0 commit comments

Comments
 (0)