Skip to content

Commit 690e15f

Browse files
committed
cli VERSION bump to version 2.0.78
1 parent 4cddd92 commit 690e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(CheckFunctionExists)
77
project(netopeer2-cli C)
88

99
# set version
10-
set(NP2CLI_VERSION 2.0.77)
10+
set(NP2CLI_VERSION 2.0.78)
1111
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cli_version.h.in" "${PROJECT_BINARY_DIR}/cli_version.h" ESCAPE_QUOTES @ONLY)
1212
include_directories(${PROJECT_BINARY_DIR})
1313

0 commit comments

Comments
 (0)