From 10548f863512541faf28d4ba7c027bc3df7ef2e4 Mon Sep 17 00:00:00 2001 From: Vasu Pasupuleti Date: Mon, 7 Jan 2019 12:12:28 -0800 Subject: [PATCH 1/2] Update version number to 1.0.0 --- sdk/src/beacon.cpp | 2 +- tests/src/common_test.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/src/beacon.cpp b/sdk/src/beacon.cpp index 4ec5a2b..540c283 100644 --- a/sdk/src/beacon.cpp +++ b/sdk/src/beacon.cpp @@ -22,7 +22,7 @@ #include "config.hpp" #include "utils.hpp" -#define APPD_IOT_SDK_VERSION "4.4.1.0" +#define APPD_IOT_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.0" static beacon_t global_beacon; diff --git a/tests/src/common_test.hpp b/tests/src/common_test.hpp index f977b11..d17adc4 100644 --- a/tests/src/common_test.hpp +++ b/tests/src/common_test.hpp @@ -23,7 +23,7 @@ #define TEST_EUM_COLLECTOR_URL_APP_KEY_PREFIX "/eumcollector/iot/v1/application/" #define TEST_EUM_COLLECTOR_URL_APP_KEY_SUFFIX "/beacons" #define TEST_EUM_COLLECTOR_URL_ENABLED_SUFFIX "/enabled" -#define TEST_SDK_VERSION "4.4.1.0" +#define TEST_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.0" #define TEST_AGENT_VERSION_KEY "agentVersion" From f0ea59d91e7281275f6995cf297bceba88058a5d Mon Sep 17 00:00:00 2001 From: Vasu Pasupuleti Date: Mon, 7 Jan 2019 12:20:06 -0800 Subject: [PATCH 2/2] Update version number to 1.0.1 Tested with unit tests and local dev environment --- sdk/src/beacon.cpp | 2 +- tests/src/common_test.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/src/beacon.cpp b/sdk/src/beacon.cpp index 540c283..75e8812 100644 --- a/sdk/src/beacon.cpp +++ b/sdk/src/beacon.cpp @@ -22,7 +22,7 @@ #include "config.hpp" #include "utils.hpp" -#define APPD_IOT_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.0" +#define APPD_IOT_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.1" static beacon_t global_beacon; diff --git a/tests/src/common_test.hpp b/tests/src/common_test.hpp index d17adc4..a8ecff0 100644 --- a/tests/src/common_test.hpp +++ b/tests/src/common_test.hpp @@ -23,7 +23,7 @@ #define TEST_EUM_COLLECTOR_URL_APP_KEY_PREFIX "/eumcollector/iot/v1/application/" #define TEST_EUM_COLLECTOR_URL_APP_KEY_SUFFIX "/beacons" #define TEST_EUM_COLLECTOR_URL_ENABLED_SUFFIX "/enabled" -#define TEST_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.0" +#define TEST_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.1" #define TEST_AGENT_VERSION_KEY "agentVersion"