From de8ce7c4a6e62f0ae49eda39fd00f1696994569e Mon Sep 17 00:00:00 2001 From: GloamXun Date: Wed, 21 Jan 2026 15:42:52 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0CMakeLists=EF=BC=8C?= =?UTF-8?q?=E5=8F=91=E5=B8=83v0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")