Skip to content

Commit 99498fe

Browse files
committed
lift version to 1.4.0
1 parent 6df705b commit 99498fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ if (WIN32)
5252
endif()
5353

5454
SET(VERSION_MAJOR "1")
55-
SET(VERSION_MINOR "3")
56-
SET(VERSION_PATCH "2")
55+
SET(VERSION_MINOR "4")
56+
SET(VERSION_PATCH "0")
5757

5858
install(TARGETS bncsutil RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
5959
install(FILES src/bncsutil/bncsutil.h DESTINATION include/bncsutil)

0 commit comments

Comments
 (0)