Skip to content

Commit

Permalink
Bump version from 1.10.0 to 1.10.1. Add LTS Table entry for LTS_01_20…
Browse files Browse the repository at this point in the history
…23_Ref02 (#2476)
  • Loading branch information
ewertons committed Apr 20, 2023
1 parent deab04a commit fb03e38
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build_all/docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
PROJECT_NUMBER = 1.10.1

# 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
Expand Down
2 changes: 1 addition & 1 deletion iothub_client/inc/iothub_client_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define IOTHUB_CLIENT_VERSION_H

/** @brief Macro representing current IoT Hub Client SDK version. */
#define IOTHUB_SDK_VERSION "1.10.0"
#define IOTHUB_SDK_VERSION "1.10.1"

#include "umock_c/umock_c_prod.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ MOCKABLE_FUNCTION(, IOTHUB_CLIENT_FILE_UPLOAD_GET_DATA_RESULT, TestMultiBlockUpl
#define TEST_STRING_HANDLE_DEVICE_SAS ((STRING_HANDLE)0x2)

#define TEST_API_VERSION "?api-version=2016-11-14"
#define TEST_IOTHUB_SDK_VERSION "1.10.0"
#define TEST_IOTHUB_SDK_VERSION "1.10.1"

static const char* const testUploadtrustedCertificates = "some certificates";
static const char* const TEST_SAS_TOKEN = "test_sas_token";
Expand Down
2 changes: 1 addition & 1 deletion iothub_client/tests/version_ut/version_ut.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BEGIN_TEST_SUITE(version_ut)

TEST_FUNCTION(the_version_constant_has_the_expected_value)
{
ASSERT_ARE_EQUAL(char_ptr, "1.10.0", IOTHUB_SDK_VERSION);
ASSERT_ARE_EQUAL(char_ptr, "1.10.1", IOTHUB_SDK_VERSION);
}

TEST_FUNCTION(IoTHubClient_GetVersionString_returns_the_version)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifndef PROV_CLIENT_CONST_H
#define PROV_CLIENT_CONST_H

#define PROV_DEVICE_CLIENT_VERSION "1.10.0"
#define PROV_DEVICE_CLIENT_VERSION "1.10.1"
#define PROV_GET_THROTTLE_TIME 1
#define MAX_PROV_GET_THROTTLE_TIME 5*60

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-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 |
| vcpkg: 2022-01-21 | lts_01_2022 | LTS_01_2022_Ref01 | 2022-01-21 | 2023-01-21 |

## Release Example

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1

0 comments on commit fb03e38

Please sign in to comment.