From 3aa46464ebcd0f90a0da6671612a0b5f6c40ae46 Mon Sep 17 00:00:00 2001 From: Hauke Duden <19410908+haukeduden@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:36:38 +0200 Subject: [PATCH] changed sdk id --- include/countly.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/countly.hpp b/include/countly.hpp index 466d98a..f2e409d 100644 --- a/include/countly.hpp +++ b/include/countly.hpp @@ -19,7 +19,7 @@ using json = nlohmann::json; #undef ERROR #endif -#define COUNTLY_SDK_NAME "cpp-native-unknown" +#define COUNTLY_SDK_NAME "c-native-unknown" #define COUNTLY_SDK_VERSION "0.1.0" #define COUNTLY_API_VERSION "21.11.2" #define COUNTLY_POST_THRESHOLD 2000