Skip to content

Commit 574abc2

Browse files
committed
Automatic release to 22.20.0
1 parent 9c26dba commit 574abc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message ("-- Configuring the Greenbone Vulnerability Management Libraries...")
88

99
# VERSION: Always include major, minor and patch level.
1010
project (gvm-libs
11-
VERSION 22.19.1
11+
VERSION 22.20.0
1212
LANGUAGES C)
1313

1414
if (POLICY CMP0005)
@@ -79,7 +79,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")
7979

8080
# Set dev version if this is a development version and not a full release,
8181
# unset (put value 0 or delete line) before a full release and reset after.
82-
set (PROJECT_DEV_VERSION 1)
82+
set (PROJECT_DEV_VERSION 0)
8383

8484
# If PROJECT_DEV_VERSION is set, the version string will be set to:
8585
# "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"

0 commit comments

Comments
 (0)