diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 414d190d5..f0c82c1c6 100755 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -15,7 +15,7 @@ if(NOT UNIX) endif() # set version -set(NP2SRV_VERSION 0.7.11) +set(NP2SRV_VERSION 0.7.12) # set default build type if not specified by user if(NOT CMAKE_BUILD_TYPE)