From c710122db8083ad224e5275fc7367b4ebb37da60 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Tue, 5 Mar 2024 14:51:57 +0000 Subject: [PATCH] Automated commit: change version from 22.8.0 -> 22.9.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2219cd5..82d38a5b 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.8.0 + VERSION 22.9.0 LANGUAGES C) if (POLICY CMP0005)