Update CMakeLists.txt for CPack with 0.0.7 version

This commit is contained in:
Michał Janiszewski 2017-01-30 13:54:13 +01:00 committed by GitHub
parent f54e73061a
commit 39f881e1d7
1 changed files with 1 additions and 1 deletions

View File

@ -473,5 +473,5 @@ endif ()
set(CPACK_PACKAGE_VERSION_MAJOR 0)
set(CPACK_PACKAGE_VERSION_MINOR 0)
set(CPACK_PACKAGE_VERSION_PATCH 5)
set(CPACK_PACKAGE_VERSION_PATCH 7)
INCLUDE(CPack)