Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-12-09 20:41:41 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-12-09 20:41:41 +0400
commit31989d23a69db5fe0cdb7a02f86e3e456f48861b (patch)
tree6be4ce54b65646ec830f05ecdd651cc0af6d346c /OwnCloudCPack.cmake
parent1291ffaf021c9f5e91f57cce441a0fd1ad6824f3 (diff)
Adjust Windows and Mac binaries package names
Diffstat (limited to 'OwnCloudCPack.cmake')
-rw-r--r--OwnCloudCPack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/OwnCloudCPack.cmake b/OwnCloudCPack.cmake
index d2c4c4a17..fb51b7280 100644
--- a/OwnCloudCPack.cmake
+++ b/OwnCloudCPack.cmake
@@ -13,7 +13,7 @@ set( CPACK_PACKAGE_VERSION_MAJOR ${MIRALL_VERSION_MAJOR} )
set( CPACK_PACKAGE_VERSION_MINOR ${MIRALL_VERSION_MINOR} )
set( CPACK_PACKAGE_VERSION_PATCH ${MIRALL_VERSION_PATCH} )
set( CPACK_PACKAGE_VERSION_BUILD ${MIRALL_VERSION_BUILD} )
-set( CPACK_PACKAGE_VERSION ${MIRALL_VERSION_FULL} )
+set( CPACK_PACKAGE_VERSION ${MIRALL_VERSION_FULL}${MIRALL_VERSION_SUFFIX} )
if(APPLE)
set( CPACK_GENERATOR "DragNDrop" )