Skip to content

Commit f397aba

Browse files
committed
cli VERSION bump to version 2.0.45
1 parent 395af10 commit f397aba

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
@@ -21,7 +21,7 @@ set(CMAKE_C_FLAGS_RELEASE "-O2")
2121
set(CMAKE_C_FLAGS_DEBUG "-g -O0")
2222

2323
# set version
24-
set(NP2CLI_VERSION 2.0.44)
24+
set(NP2CLI_VERSION 2.0.45)
2525
configure_file("${PROJECT_SOURCE_DIR}/version.h.in" "${PROJECT_SOURCE_DIR}/version.h" ESCAPE_QUOTES @ONLY)
2626

2727
# source files

0 commit comments

Comments
 (0)