Skip to content

Commit

Permalink
release_2019_02_11_after_bump_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaith committed Feb 12, 2019
1 parent 0502342 commit a46d038
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.2.13
PROJECT_NUMBER = 1.2.14

# 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 @@ -8,7 +8,7 @@
#ifndef IOTHUB_CLIENT_VERSION_H
#define IOTHUB_CLIENT_VERSION_H

#define IOTHUB_SDK_VERSION "1.2.13"
#define IOTHUB_SDK_VERSION "1.2.14"

#include "azure_c_shared_utility/umock_c_prod.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.13"
#define TEST_IOTHUB_SDK_VERSION "1.2.14"

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.2.13", IOTHUB_SDK_VERSION);
ASSERT_ARE_EQUAL(char_ptr, "1.2.14", 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.]*/
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.2.13"
#define PROV_DEVICE_CLIENT_VERSION "1.2.14"

static const char* const PROV_ASSIGNED_STATUS = "assigned";
static const char* const PROV_ASSIGNING_STATUS = "assigning";
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.13
1.2.14

0 comments on commit a46d038

Please sign in to comment.