Skip to content

Commit 8aa62c3

Browse files
Version bump for 2017_01_19 release of azure-c-shared-utility.
1 parent 1813f64 commit 8aa62c3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.23)
12+
set(C_SHARED_VERSION 1.0.25)
1313

1414
option(run_valgrind "set run_valgrind to ON if tests are to be run under valgrind/helgrind/drd. Default is OFF" OFF)
1515

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-9trusty) trusty; urgency=low
1+
azure-c-shared-util (0.1.0-10trusty) trusty; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdks/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-32vivid) vivid; urgency=low
1+
azure-c-shared-util (0.1.0-33vivid) vivid; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdks/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-7xenial) xenial; urgency=low
1+
azure-c-shared-util (0.1.0.0-8xenial) xenial; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdks/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.24</version>
4+
<version>1.0.25</version>
55
<title>Microsoft Azure C Shared Utility</title>
66
<authors>Microsoft Corp</authors>
77
<owners>Azure-IoT</owners>

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.4"
10+
set hg_commit_message="1.1.5"
1111
set project_name_override=""
1212

1313
if NOT "%2" equ "" (

0 commit comments

Comments
 (0)