diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e8ef9458..2d4175ee2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG") # Generic version of not only the library. Major version is reserved for really big changes of the project, # minor version changes with added functionality (new tool, functionality of the tool or library, ...) and # micro version is changed with a set of small changes or bugfixes anywhere in the project. -set(NP2SRV_VERSION 1.1.33) +set(NP2SRV_VERSION 1.1.34) # build options if(CMAKE_BUILD_TYPE STREQUAL debug)