We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bff416 commit 43f3136Copy full SHA for 43f3136
CMakeLists.txt
@@ -58,7 +58,7 @@ endif()
58
59
set(TARGET_VERSION_MAJOR 0)
60
set(TARGET_VERSION_MINOR 2)
61
-set(TARGET_VERSION_PATCH 16)
+set(TARGET_VERSION_PATCH 17)
62
set(APP_VERSION "${TARGET_VERSION_MAJOR}.${TARGET_VERSION_MINOR}.${TARGET_VERSION_PATCH}")
63
64
add_subdirectory(src)
0 commit comments