From 230b8f4b8594d0c55bb3f5c7f9941d7fa59bd12a Mon Sep 17 00:00:00 2001 From: Raul Leclair Date: Wed, 9 Aug 2023 08:34:02 -0700 Subject: [PATCH] Bump version from 1.11.0 to 1.12.0. Add LTS Table entry for LTS_08_2023 (#2516) --- 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 +- readme.md | 2 +- version.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build_all/docs/Doxyfile b/build_all/docs/Doxyfile index cefee9bb17..cdc5efa6cd 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.11.0 +PROJECT_NUMBER = 1.12.0 # 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 3e6cf10dde..657c274661 100644 --- a/iothub_client/inc/iothub_client_version.h +++ b/iothub_client/inc/iothub_client_version.h @@ -9,7 +9,7 @@ #define IOTHUB_CLIENT_VERSION_H /** @brief Macro representing current IoT Hub Client SDK version. */ -#define IOTHUB_SDK_VERSION "1.11.0" +#define IOTHUB_SDK_VERSION "1.12.0" #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 aa54179e3a..0a28aa7a58 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 @@ -70,7 +70,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.11.0" +#define TEST_IOTHUB_SDK_VERSION "1.12.0" #define TEST_HTTP_HEADERS_HANDLE (HTTP_HEADERS_HANDLE)0x4443 #define TEST_HTTPAPIEX_HANDLE (HTTPAPIEX_HANDLE)0x4444 diff --git a/iothub_client/tests/version_ut/version_ut.c b/iothub_client/tests/version_ut/version_ut.c index 499aad3ded..eacd1b6170 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.11.0", IOTHUB_SDK_VERSION); + ASSERT_ARE_EQUAL(char_ptr, "1.12.0", IOTHUB_SDK_VERSION); } TEST_FUNCTION(IoTHubClient_GetVersionString_returns_the_version) 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 512f8a2f73..91f7d5ac1c 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.11.0" +#define PROV_DEVICE_CLIENT_VERSION "1.12.0" #define PROV_GET_THROTTLE_TIME 1 #define MAX_PROV_GET_THROTTLE_TIME 5*60 diff --git a/readme.md b/readme.md index 1a514f85e9..545a8fe94b 100644 --- a/readme.md +++ b/readme.md @@ -276,10 +276,10 @@ Below is a table showing the mapping of the LTS branches to the packages release | Package | GitHub Branch | LTS Tag | LTS Start Date | Maintenance End Date | | :-----: | :-----------: | :-----: | :------------: | :------------------: | + | vcpkg: 2023-08-07 | lts_08_2023 | LTS_08_2023 | 2023-08-07 | 2024-08-07 | | vcpkg: 2023-04-20 | lts_01_2023 | LTS_01_2023_Ref02 | 2023-04-20 | 2024-04-20 | | vcpkg: 2023-01-13 | lts_01_2023 | LTS_01_2023_Ref01 | 2023-01-13 | 2024-01-13 | | vcpkg: 2022-09-15 | lts_07_2022 | LTS_07_2022_Ref02 | 2022-09-15 | 2023-09-15 | - | vcpkg: 2022-07-18 | lts_07_2022 | LTS_07_2022_Ref01 | 2022-07-18 | 2023-07-18 | ## Release Example diff --git a/version.txt b/version.txt index 1cac385c6c..0eed1a29ef 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.11.0 +1.12.0