From 4b25eb2730c5f970beaf615fa6d32d91d958758f Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 19 Oct 2023 12:52:54 +0000 Subject: [PATCH] Automated commit: change version from 22.7.2 -> 22.7.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4a56374..2e11ed26 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.7.2 + VERSION 22.7.3 LANGUAGES C) if (POLICY CMP0005)