From 7d4369da7f4ff11f654d37ad2276ca7826d2b4a7 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Mon, 16 Sep 2024 15:11:48 +0000 Subject: [PATCH] Automated commit: change version from 22.11.0 -> 22.12.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08d3ab72..ef5f266f 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.11.0 + VERSION 22.12.0 LANGUAGES C) if (POLICY CMP0005)