Skip to content

Commit

Permalink
Increase version number to 0.2.0 in CMake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
svengoldberg committed Nov 19, 2024
1 parent 7851a3c commit 5a83c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ endif(APPLE)
set(CPACK_PACKAGE_NAME "CPACS-Creator")

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_COMPONENTS_ALL "viewer;docu")
include(CPack)
Expand Down

0 comments on commit 5a83c9f

Please sign in to comment.