From 65f624774539852aeecd27b084668cdaa1af7d24 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Fri, 14 Feb 2025 14:01:36 +0000 Subject: [PATCH] Automatic release to 22.18.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be05d3cb..92bb22b8 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.17.0 + VERSION 22.18.0 LANGUAGES C) if (POLICY CMP0005)