We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc2acc commit 5bd4ec3Copy full SHA for 5bd4ec3
server/CMakeLists.txt
@@ -26,7 +26,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG")
26
# Generic version of not only the library. Major version is reserved for really big changes of the project,
27
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
28
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
29
-set(NP2SRV_VERSION 1.1.6)
+set(NP2SRV_VERSION 1.1.7)
30
31
# build options
32
if(CMAKE_BUILD_TYPE STREQUAL debug)
0 commit comments