From bfe35d5d47be6397ad092cf2b98203a63ef03dec Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 2 Apr 2012 20:06:26 +0200 Subject: [PATCH] bump windows installer version to 1.0.0 as well. --- OwnCloudCPack.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OwnCloudCPack.cmake b/OwnCloudCPack.cmake index 3f09a27c83..a6575f2cee 100644 --- a/OwnCloudCPack.cmake +++ b/OwnCloudCPack.cmake @@ -17,9 +17,9 @@ SET( CPACK_PACKAGE_INSTALL_REGISTRY_KEY ${APPLICATION_NAME} ) # Registry key us SET( CPACK_PACKAGE_NAME ${APPLICATION_NAME} ) # Package name, defaults to the project name SET( CPACK_PACKAGE_VENDOR "http://owncloud.com" ) # Package vendor name -SET( CPACK_PACKAGE_VERSION_MAJOR 0 ) -SET( CPACK_PACKAGE_VERSION_MINOR 2 ) -SET( CPACK_PACKAGE_VERSION_PATCH 6 ) +SET( CPACK_PACKAGE_VERSION_MAJOR 1 ) +SET( CPACK_PACKAGE_VERSION_MINOR 0 ) +SET( CPACK_PACKAGE_VERSION_PATCH 0 ) SET( CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} ) # SET( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt" ) # License file for the project, used by the STGZ, NSIS, and PackageMaker generators. /home/andy/vtk/CMake/Copyright.txt