From 49eb0aa11853142480c2950b6aa3138c20f54224 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Tue, 28 Nov 2023 09:46:48 +0000 Subject: [PATCH] Automated commit: change version from 22.7.7 -> 22.7.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81ff89ce5..5431f76c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ message ("-- Configuring the Scanner...") # VERSION: Always include major, minor and patch level. project (openvas - VERSION 22.7.7 + VERSION 22.7.8 LANGUAGES C) if (POLICY CMP0005)