Skip to content

Commit 4f7cb49

Browse files
Version bump for 2017-01-20 release of uAmqp.
1 parent a9f6c78 commit 4f7cb49

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CMakeLists.txt

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
cmake_minimum_required(VERSION 2.8.11)
55
project(uamqp)
66

7+
set(UAMQP_VERSION 1.0.25)
8+
79
# Build with -fPIC always
810
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
911

@@ -253,6 +255,12 @@ if(${use_installed_dependencies})
253255

254256
include(CMakePackageConfigHelpers)
255257

258+
write_basic_package_version_file(
259+
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake"
260+
VERSION ${UAMQP_VERSION}
261+
COMPATIBILITY SameMajorVersion
262+
)
263+
256264
configure_file("configs/${PROJECT_NAME}Config.cmake"
257265
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}Config.cmake"
258266
COPYONLY
@@ -268,6 +276,7 @@ if(${use_installed_dependencies})
268276
install(
269277
FILES
270278
"configs/${PROJECT_NAME}Config.cmake"
279+
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake"
271280
DESTINATION
272281
${package_location}
273282
)

build_all/packaging/linux/debian/changelog-trusty

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-uamqp-c (0.1.0-9trusty) trusty; urgency=low
1+
azure-uamqp-c (0.1.0-10trusty) trusty; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdks/releases for details of the release
44

build_all/packaging/linux/debian/changelog-vivid

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-uamqp-c (0.1.0-37vivid) vivid; urgency=low
1+
azure-uamqp-c (0.1.0-38vivid) vivid; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdks/releases for details of the release
44

build_all/packaging/linux/debian/changelog-xenial

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
azure-uamqp-c (0.1.0.0-6xenial) xenial; urgency=low
1+
azure-uamqp-c (0.1.0.0-7xenial) xenial; urgency=low
22

33
* See https://github.com/Azure/azure-iot-sdks/releases for details of the release
44

build_all/packaging/windows/Microsoft.Azure.uamqp.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?><package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
22
<metadata>
33
<id>Microsoft.Azure.uamqp</id>
4-
<version>1.0.24</version>
4+
<version>1.0.25</version>
55
<title>Microsoft Azure uAMQP</title>
66
<authors>Microsoft Corp</authors>
77
<owners>Azure-IoT</owners>
@@ -15,7 +15,7 @@
1515
<copyright>Copyright 2016</copyright>
1616
<tags>Microsoft Azure C Native x86 x64 arm native uamqp package</tags>
1717
<dependencies>
18-
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.24"/>
18+
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.25"/>
1919
</dependencies>
2020
</metadata>
2121
<files>

c-utility

Submodule c-utility updated 135 files

0 commit comments

Comments
 (0)