Skip to content

Commit 0958c9f

Browse files
committed
Automatic release to 22.37.0
1 parent 269cf24 commit 0958c9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

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

99
# VERSION: Always include major, minor and patch level.
10-
project(gvm-libs VERSION 22.36.2 LANGUAGES C)
10+
project(gvm-libs VERSION 22.37.0 LANGUAGES C)
1111

1212
if(POLICY CMP0005)
1313
cmake_policy(SET CMP0005 NEW)
@@ -71,7 +71,7 @@ endif(NOT CMAKE_BUILD_TYPE MATCHES "Release")
7171

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

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

0 commit comments

Comments
 (0)