Skip to content

Commit

Permalink
cli VERSION bump to version 2.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Aug 10, 2023
1 parent cebe5dd commit 1b41a94
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.74)
set(NP2CLI_VERSION 2.0.75)
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 1b41a94

Please sign in to comment.