We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee80b1c commit 9d1147dCopy full SHA for 9d1147d
1 file changed
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.18)
6
7
message("-- Configuring Greenbone Vulnerability Manager...")
8
9
-project(gvm VERSION 26.23.1 LANGUAGES C)
+project(gvm VERSION 26.24.0 LANGUAGES C)
10
11
if(POLICY CMP0005)
12
cmake_policy(SET CMP0005 NEW)
@@ -38,7 +38,7 @@ endif(NOT CMAKE_BUILD_TYPE MATCHES "Release")
38
39
# Set dev version if this is a development version and not a full release,
40
# unset (put value 0 or delete line) before a full release and reset after.
41
-set(PROJECT_DEV_VERSION 1)
+set(PROJECT_DEV_VERSION 0)
42
43
# If PROJECT_DEV_VERSION is set, the version string will be set to:
44
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
0 commit comments