Skip to content

Commit

Permalink
release_2017_04_21_after_bump_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewertons committed Apr 21, 2017
1 parent 2b16e96 commit 912ea6e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()

project(azure_c_shared_utility)

set(C_SHARED_VERSION 1.0.32)
set(C_SHARED_VERSION 1.0.33)

if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
Expand Down
2 changes: 1 addition & 1 deletion build_all/packaging/linux/debian/changelog-trusty
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-c-shared-util (0.1.0-17trusty) trusty; urgency=low
azure-c-shared-util (0.1.0-18trusty) trusty; urgency=low

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

Expand Down
2 changes: 1 addition & 1 deletion build_all/packaging/linux/debian/changelog-vivid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-c-shared-util (0.1.0-40vivid) vivid; urgency=low
azure-c-shared-util (0.1.0-41vivid) vivid; urgency=low

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

Expand Down
2 changes: 1 addition & 1 deletion build_all/packaging/linux/debian/changelog-xenial
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-c-shared-util (0.1.0.0-15xenial) xenial; urgency=low
azure-c-shared-util (0.1.0.0-16xenial) xenial; urgency=low

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?><package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.C.SharedUtility</id>
<version>1.0.32</version>
<version>1.0.33</version>
<title>Microsoft Azure C Shared Utility</title>
<authors>Microsoft Corp</authors>
<owners>Azure-IoT</owners>
Expand Down
2 changes: 1 addition & 1 deletion testtools/ctest
Submodule ctest updated from f9f9c6 to 267b6c
2 changes: 1 addition & 1 deletion testtools/testrunner
2 changes: 1 addition & 1 deletion testtools/umock-c
2 changes: 1 addition & 1 deletion tools/mbed_build_scripts/release_mbed_project.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@REM %1 Local path to the project to be released.

set project_path=%1
set hg_commit_message="1.1.12"
set hg_commit_message="1.1.13"
set project_name_override=""

if NOT "%2" equ "" (
Expand Down

0 comments on commit 912ea6e

Please sign in to comment.