Skip to content

Commit

Permalink
Version bump for 2017_01_19 release of azure-c-shared-utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-buckley committed Jan 20, 2017
1 parent 1813f64 commit 8aa62c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.23)
set(C_SHARED_VERSION 1.0.25)

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

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

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

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

* See https://github.com/Azure/azure-iot-sdks/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.24</version>
<version>1.0.25</version>
<title>Microsoft Azure C Shared Utility</title>
<authors>Microsoft Corp</authors>
<owners>Azure-IoT</owners>
Expand Down
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.4"
set hg_commit_message="1.1.5"
set project_name_override=""

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

0 comments on commit 8aa62c3

Please sign in to comment.