Skip to content

Commit

Permalink
Increase second 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 5a83c9f commit 91d6101
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 @@ -200,7 +200,7 @@ set(CPACK_PACKAGE_VERSION_MINOR 2)
set(CPACK_PACKAGE_VERSION_PATCH 0)
set(CPACK_COMPONENTS_ALL "viewer;docu")
include(CPack)
set(CPACK_PACKAGE_VERSION "0.1.0")
set(CPACK_PACKAGE_VERSION "0.2.0")
cpack_add_component(viewer DISPLAY_NAME "CPACS Creator + 3rd Party DLLs")
cpack_add_component(headers DISPLAY_NAME "Headers")
cpack_add_component(cpp_bindings DISPLAY_NAME "Internal C++ Bindings")
Expand Down

0 comments on commit 91d6101

Please sign in to comment.