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 cde1fcf commit 77fa566
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 2.8.11)
project(uamqp)

set(UAMQP_VERSION 1.0.32)
set(UAMQP_VERSION 1.0.33)

# Build with -fPIC always
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
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-uamqp-c (0.1.0-17trusty) trusty; urgency=low
azure-uamqp-c (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-uamqp-c (0.1.0-45vivid) vivid; urgency=low
azure-uamqp-c (0.1.0-46vivid) 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-uamqp-c (0.1.0.0-14xenial) xenial; urgency=low
azure-uamqp-c (0.1.0.0-15xenial) xenial; urgency=low

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

Expand Down
4 changes: 2 additions & 2 deletions build_all/packaging/windows/Microsoft.Azure.uamqp.nuspec
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.uamqp</id>
<version>1.0.32</version>
<version>1.0.33</version>
<title>Microsoft Azure uAMQP</title>
<authors>Microsoft Corp</authors>
<owners>Azure-IoT</owners>
Expand All @@ -15,7 +15,7 @@
<copyright>Copyright 2016</copyright>
<tags>Microsoft Azure C Native x86 x64 arm native uamqp package</tags>
<dependencies>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.32"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.33"/>
</dependencies>
</metadata>
<files>
Expand Down
1 change: 1 addition & 0 deletions c-utility
Submodule c-utility added at 3a38c0
2 changes: 1 addition & 1 deletion deps/azure-c-testrunnerswitcher
2 changes: 1 addition & 1 deletion deps/azure-ctest
2 changes: 1 addition & 1 deletion deps/umock-c

0 comments on commit 77fa566

Please sign in to comment.