From 132373c02c4dfecd9a986086386b1df43691ddec Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Fri, 14 Feb 2025 14:01:38 +0000 Subject: [PATCH] Automatic adjustments after release [skip ci] * Update to version 22.18.1-dev1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92bb22b8..8dcf5373 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ message ("-- Configuring the Greenbone Vulnerability Management Libraries...") # VERSION: Always include major, minor and patch level. project (gvm-libs - VERSION 22.18.0 + VERSION 22.18.1 LANGUAGES C) if (POLICY CMP0005) @@ -79,7 +79,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release") # Set dev version if this is a development version and not a full release, # unset (put value 0 or delete line) before a full release and reset after. -set (PROJECT_DEV_VERSION 0) +set (PROJECT_DEV_VERSION 1) # If PROJECT_DEV_VERSION is set, the version string will be set to: # "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"