Skip to content

Commit

Permalink
release_2017_06_02_after_bump_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewertons committed Jun 2, 2017
1 parent 2d9e860 commit 5bddc79
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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(umqtt)

set(UMQTT_VERSION 1.0.35)
set(UMQTT_VERSION 1.0.36)

# 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-umqtt-c (0.1.0-19trusty) trusty; urgency=low
azure-umqtt-c (0.1.0-20trusty) 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-umqtt-c (0.1.0-38vivid) vivid; urgency=low
azure-umqtt-c (0.1.0-39vivid) 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-umqtt-c (0.1.0.0-18xenial) xenial; urgency=low
azure-umqtt-c (0.1.0.0-19xenial) 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.umqtt.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.umqtt</id>
<version>1.0.35</version>
<version>1.0.36</version>
<title>Microsoft Azure umqtt</title>
<authors>Microsoft Corp</authors>
<owners>Azure-IoT</owners>
Expand All @@ -14,7 +14,7 @@
<copyright>Copyright 2016</copyright>
<tags>Microsoft Azure C Native x86 x64 native umqtt package</tags>
<dependencies>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.35"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.36"/>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 5bddc79

Please sign in to comment.