diff --git a/CMakeLists.txt b/CMakeLists.txt index 33fe201..102869c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,9 +145,9 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/bin/platforms/ set(CPACK_PACKAGE_NAME "D330Viewer") set(CPACK_PACKAGE_VENDOR "Lorenzo Zhao") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "D330M Depth Camera Control System") -set(CPACK_PACKAGE_VERSION "0.1.0") +set(CPACK_PACKAGE_VERSION "0.2.0") set(CPACK_PACKAGE_VERSION_MAJOR "0") -set(CPACK_PACKAGE_VERSION_MINOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "2") set(CPACK_PACKAGE_VERSION_PATCH "0") set(CPACK_PACKAGE_INSTALL_DIRECTORY "D330Viewer")