Skip to content

Commit

Permalink
Pull request #136: Adjust OK version in ProtocolConstants
Browse files Browse the repository at this point in the history
Merge in OP/openkit-native from feature/APM-186277-release-openkit-native-2.0 to release/2.0

* commit '73bddae4f13654a538e0bb7a71766a1062c2110e':
  Adjust build badges in README
  Adjust OK version in ProtocolConstants

GitOrigin-RevId: 17cf5939603fd4be3843071b8647da0f2eabc4eb
  • Loading branch information
stefaneberl authored and openkitdt committed May 19, 2021
1 parent 8a22d37 commit b802047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ We encourage you to rename the default branch in your forks too.

| Operating System | Status |
| ---------------- |:-------:|
| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/jdpv1bvje56f9na3/branch/main?svg=true)](https://ci.appveyor.com/project/openkitdt/openkit-native/branch/main) |
| Linux |[![Build Status](https://travis-ci.org/Dynatrace/openkit-native.svg?branch=main)](https://travis-ci.org/Dynatrace/openkit-native) |
| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/jdpv1bvje56f9na3/branch/release/2.0?svg=true)](https://ci.appveyor.com/project/openkitdt/openkit-native/branch/release/2.0) |
| Linux |[![Build Status](https://travis-ci.org/Dynatrace/openkit-native.svg?branch=release%2F2.0)](https://travis-ci.org/Dynatrace/openkit-native) |

## What is the OpenKit?

Expand Down
2 changes: 1 addition & 1 deletion src/protocol/ProtocolConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace protocol
constexpr const char* QUERY_KEY_NEW_SESSION = "ns";

// constant query parameter values
constexpr const char* OPENKIT_VERSION = "8.209.20000";
constexpr const char* OPENKIT_VERSION = "8.219.20000";
constexpr const char* PLATFORM_TYPE_OPENKIT = "1";
constexpr const char* AGENT_TECHNOLOGY_TYPE = "okc";
constexpr int32_t PROTOCOL_VERSION = 3;
Expand Down

0 comments on commit b802047

Please sign in to comment.