From f464326f10cbba497b71c4aa263b6a22e1b375fe Mon Sep 17 00:00:00 2001 From: Ewerton Scaboro da Silva Date: Sun, 19 Jul 2020 22:04:48 -0700 Subject: [PATCH] release_2020_07_19_after_bump_version --- build_all/docs/Doxyfile | 2 +- iothub_client/inc/iothub_client_version.h | 2 +- .../tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c | 2 +- iothub_client/tests/version_ut/version_ut.c | 2 +- provisioning_client/inc/azure_prov_client/prov_client_const.h | 2 +- version.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build_all/docs/Doxyfile b/build_all/docs/Doxyfile index 91df7e026d..b6a9f14d3d 100644 --- a/build_all/docs/Doxyfile +++ b/build_all/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Device SDK for C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.3.8 +PROJECT_NUMBER = 1.3.9 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/iothub_client/inc/iothub_client_version.h b/iothub_client/inc/iothub_client_version.h index 5a469e73ca..49f714c9c2 100644 --- a/iothub_client/inc/iothub_client_version.h +++ b/iothub_client/inc/iothub_client_version.h @@ -8,7 +8,7 @@ #ifndef IOTHUB_CLIENT_VERSION_H #define IOTHUB_CLIENT_VERSION_H -#define IOTHUB_SDK_VERSION "1.3.8" +#define IOTHUB_SDK_VERSION "1.3.9" #include "umock_c/umock_c_prod.h" diff --git a/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c b/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c index 130f586887..5b125715d3 100644 --- a/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c +++ b/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c @@ -69,7 +69,7 @@ MOCKABLE_FUNCTION(, JSON_Object*, json_value_get_object, const JSON_Value *, val #define TEST_STRING_HANDLE_DEVICE_SAS ((STRING_HANDLE)0x2) #define TEST_API_VERSION "?api-version=2016-11-14" -#define TEST_IOTHUB_SDK_VERSION "1.3.8" +#define TEST_IOTHUB_SDK_VERSION "1.3.9" static const char* const testUploadtrustedCertificates = "some certificates"; static const char* const TEST_SAS_TOKEN = "test_sas_token"; diff --git a/iothub_client/tests/version_ut/version_ut.c b/iothub_client/tests/version_ut/version_ut.c index 42a45f44ff..97405bfbca 100644 --- a/iothub_client/tests/version_ut/version_ut.c +++ b/iothub_client/tests/version_ut/version_ut.c @@ -8,7 +8,7 @@ BEGIN_TEST_SUITE(version_ut) TEST_FUNCTION(the_version_constant_has_the_expected_value) { - ASSERT_ARE_EQUAL(char_ptr, "1.3.8", IOTHUB_SDK_VERSION); + ASSERT_ARE_EQUAL(char_ptr, "1.3.9", IOTHUB_SDK_VERSION); } /*Tests_SRS_IOTHUBCLIENT_05_001: [IoTHubClient_GetVersionString shall return a pointer to a constant string which indicates the version of IoTHubClient API.]*/ diff --git a/provisioning_client/inc/azure_prov_client/prov_client_const.h b/provisioning_client/inc/azure_prov_client/prov_client_const.h index ba72a7006b..6ce06a4b0c 100644 --- a/provisioning_client/inc/azure_prov_client/prov_client_const.h +++ b/provisioning_client/inc/azure_prov_client/prov_client_const.h @@ -4,7 +4,7 @@ #ifndef PROV_CLIENT_CONST_H #define PROV_CLIENT_CONST_H -#define PROV_DEVICE_CLIENT_VERSION "1.3.8" +#define PROV_DEVICE_CLIENT_VERSION "1.3.9" #define PROV_GET_THROTTLE_TIME 1 #define MAX_PROV_GET_THROTTLE_TIME 5*60 diff --git a/version.txt b/version.txt index 06c7347f09..2fe9589453 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.8 \ No newline at end of file +1.3.9 \ No newline at end of file