From bcb8b1f4ce6b4cf3e0a341b6932468323b8d6f5e Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 17 Oct 2024 08:33:58 +0000 Subject: [PATCH] Automated commit: change version from 22.12.2 -> 22.13.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18091b69..ab418356 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.12.2 + VERSION 22.13.0 LANGUAGES C) if (POLICY CMP0005)