Skip to content

Commit 912ea6e

Browse files
committed
release_2017_04_21_after_bump_version
1 parent 2b16e96 commit 912ea6e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99

1010
project(azure_c_shared_utility)
1111

12-
set(C_SHARED_VERSION 1.0.32)
12+
set(C_SHARED_VERSION 1.0.33)
1313

1414
if(POLICY CMP0042)
1515
cmake_policy(SET CMP0042 NEW)

build_all/packaging/linux/debian/changelog-trusty

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-c-shared-util (0.1.0-17trusty) trusty; urgency=low
1+
azure-c-shared-util (0.1.0-18trusty) trusty; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdk-c/releases for details of the release
44

build_all/packaging/linux/debian/changelog-vivid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-c-shared-util (0.1.0-40vivid) vivid; urgency=low
1+
azure-c-shared-util (0.1.0-41vivid) vivid; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdk-c/releases for details of the release
44

build_all/packaging/linux/debian/changelog-xenial

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-c-shared-util (0.1.0.0-15xenial) xenial; urgency=low
1+
azure-c-shared-util (0.1.0.0-16xenial) xenial; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdk-c/releases for details of the release
44

build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?><package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
22
<metadata>
33
<id>Microsoft.Azure.C.SharedUtility</id>
4-
<version>1.0.32</version>
4+
<version>1.0.33</version>
55
<title>Microsoft Azure C Shared Utility</title>
66
<authors>Microsoft Corp</authors>
77
<owners>Azure-IoT</owners>

testtools/ctest

Submodule ctest updated from f9f9c61 to 267b6cf

testtools/testrunner

tools/mbed_build_scripts/release_mbed_project.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@REM %1 Local path to the project to be released.
88

99
set project_path=%1
10-
set hg_commit_message="1.1.12"
10+
set hg_commit_message="1.1.13"
1111
set project_name_override=""
1212

1313
if NOT "%2" equ "" (

0 commit comments

Comments
 (0)