diff --git a/Applications/Diffusion/CPackOptions.cmake b/Applications/Diffusion/CPackOptions.cmake index 29addea121..4b55502918 100644 --- a/Applications/Diffusion/CPackOptions.cmake +++ b/Applications/Diffusion/CPackOptions.cmake @@ -1,18 +1,18 @@ # Set Diffusion specific CPack options set(CPACK_PACKAGE_EXECUTABLES "MitkDiffusion;MITK Diffusion") set(CPACK_PACKAGE_NAME "MITK-Diffusion") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MITK application for processing of MR diffusion imaging data.") # Major version is the year of release -set(CPACK_PACKAGE_VERSION_MAJOR "2014") +set(CPACK_PACKAGE_VERSION_MAJOR "2017") # Minor version is the month of release -set(CPACK_PACKAGE_VERSION_MINOR "10") +set(CPACK_PACKAGE_VERSION_MINOR "07") # Patch versioning is not intended to be done -set(CPACK_PACKAGE_VERSION_PATCH "99") +set(CPACK_PACKAGE_VERSION_PATCH "00") # this should result in names like 2011.09, 2012.06, ... # version has to be set explicitly to avoid such things as CMake creating the install directory "MITK Diffusion 2011.." -set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") +set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR})#.${CPACK_PACKAGE_VERSION_PATCH}") set(CPACK_PACKAGE_FILE_NAME "MITK-Diffusion-${CPACK_PACKAGE_VERSION}-${CPACK_PACKAGE_ARCH}")