We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df705b commit 99498feCopy full SHA for 99498fe
1 file changed
CMakeLists.txt
@@ -52,8 +52,8 @@ if (WIN32)
52
endif()
53
54
SET(VERSION_MAJOR "1")
55
-SET(VERSION_MINOR "3")
56
-SET(VERSION_PATCH "2")
+SET(VERSION_MINOR "4")
+SET(VERSION_PATCH "0")
57
58
install(TARGETS bncsutil RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
59
install(FILES src/bncsutil/bncsutil.h DESTINATION include/bncsutil)
0 commit comments