Skip to content

Commit

Permalink
cli VERSION bump to version 2.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 29, 2023
1 parent b5868f1 commit 14cd849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(CheckFunctionExists)
project(netopeer2-cli C)

# set version
set(NP2CLI_VERSION 2.0.72)
set(NP2CLI_VERSION 2.0.73)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cli_version.h.in" "${PROJECT_BINARY_DIR}/cli_version.h" ESCAPE_QUOTES @ONLY)
include_directories(${PROJECT_BINARY_DIR})

Expand Down

0 comments on commit 14cd849

Please sign in to comment.