Skip to content

Commit 5bd4ec3

Browse files
committed
server VERSION bump to version 1.1.7
1 parent 2cc2acc commit 5bd4ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG")
2626
# Generic version of not only the library. Major version is reserved for really big changes of the project,
2727
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
2828
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
29-
set(NP2SRV_VERSION 1.1.6)
29+
set(NP2SRV_VERSION 1.1.7)
3030

3131
# build options
3232
if(CMAKE_BUILD_TYPE STREQUAL debug)

0 commit comments

Comments
 (0)