We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c28ab4 commit d7c8ceeCopy full SHA for d7c8cee
1 file changed
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.18)
7
message("-- Configuring the Greenbone Vulnerability Management Libraries...")
8
9
# VERSION: Always include major, minor and patch level.
10
-project(gvm-libs VERSION 22.40.1 LANGUAGES C)
+project(gvm-libs VERSION 22.41.0 LANGUAGES C)
11
12
if(POLICY CMP0005)
13
cmake_policy(SET CMP0005 NEW)
@@ -72,7 +72,7 @@ endif(NOT CMAKE_BUILD_TYPE MATCHES "Release")
72
73
# Set dev version if this is a development version and not a full release,
74
# unset (put value 0 or delete line) before a full release and reset after.
75
-set(PROJECT_DEV_VERSION 1)
+set(PROJECT_DEV_VERSION 0)
76
77
# If PROJECT_DEV_VERSION is set, the version string will be set to:
78
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
0 commit comments