Skip to content

Commit

Permalink
Version bump for 2017-01-20 release of uAmqp.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-buckley committed Jan 20, 2017
1 parent a9f6c78 commit 4f7cb49
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
cmake_minimum_required(VERSION 2.8.11)
project(uamqp)

set(UAMQP_VERSION 1.0.25)

# Build with -fPIC always
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)

Expand Down Expand Up @@ -253,6 +255,12 @@ if(${use_installed_dependencies})

include(CMakePackageConfigHelpers)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake"
VERSION ${UAMQP_VERSION}
COMPATIBILITY SameMajorVersion
)

configure_file("configs/${PROJECT_NAME}Config.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}Config.cmake"
COPYONLY
Expand All @@ -268,6 +276,7 @@ if(${use_installed_dependencies})
install(
FILES
"configs/${PROJECT_NAME}Config.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake"
DESTINATION
${package_location}
)
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-9trusty) trusty; urgency=low
azure-uamqp-c (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-uamqp-c (0.1.0-37vivid) vivid; urgency=low
azure-uamqp-c (0.1.0-38vivid) 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-uamqp-c (0.1.0.0-6xenial) xenial; urgency=low
azure-uamqp-c (0.1.0.0-7xenial) xenial; urgency=low

* See https://github.com/Azure/azure-iot-sdks/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.24</version>
<version>1.0.25</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.24"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.25"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion c-utility
Submodule c-utility updated 135 files

0 comments on commit 4f7cb49

Please sign in to comment.