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 9c26dba commit 574abc2Copy full SHA for 574abc2
CMakeLists.txt
@@ -8,7 +8,7 @@ message ("-- Configuring the Greenbone Vulnerability Management Libraries...")
8
9
# VERSION: Always include major, minor and patch level.
10
project (gvm-libs
11
- VERSION 22.19.1
+ VERSION 22.20.0
12
LANGUAGES C)
13
14
if (POLICY CMP0005)
@@ -79,7 +79,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")
79
80
# Set dev version if this is a development version and not a full release,
81
# unset (put value 0 or delete line) before a full release and reset after.
82
-set (PROJECT_DEV_VERSION 1)
+set (PROJECT_DEV_VERSION 0)
83
84
# If PROJECT_DEV_VERSION is set, the version string will be set to:
85
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"
0 commit comments