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:
authorKlaas Freitag <freitag@owncloud.com>2012-04-18 14:24:32 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-04-18 14:24:32 +0400
commit9f8e3194e470cdbf2fdea74d94485613298238ed (patch)
tree8b2a9e3c442492c089313b10935c0d44a0322631 /OwnCloudCPack.cmake
parentd4b264acbc3995477558188e470ec2689c68759e (diff)
Push version to 1.0.1 for installers
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 c118dd79d..e5ff849df 100644
--- a/OwnCloudCPack.cmake
+++ b/OwnCloudCPack.cmake
@@ -6,7 +6,7 @@ set( APPLICATION_NAME "ownCloud Client")
set( CPACK_PACKAGE_VERSION_MAJOR 1 )
set( CPACK_PACKAGE_VERSION_MINOR 0 )
-set( CPACK_PACKAGE_VERSION_PATCH 0 )
+set( CPACK_PACKAGE_VERSION_PATCH 1 )
set( CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} )
if(APPLE)