From fa1aa61aa9104fbac79d5b33ef1bcd4899d1fd16 Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Thu, 15 Aug 2024 09:27:25 +0200 Subject: [PATCH 1/2] Doc: Add missing package name to apt-get install line in INSTALL.md --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index a181dff4..59c17d2e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -44,6 +44,7 @@ Install prerequisites on Debian GNU/Linux 'Bullseye' 11: apt-get install \ cmake \ pkg-config \ + libcjson-dev \ libglib2.0-dev \ libgpgme-dev \ libgnutls28-dev \ From 257097333e3588f07ec46e9231e085b5037095ee Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 29 Aug 2024 07:38:38 +0000 Subject: [PATCH 2/2] Automated commit: change version from 22.10.0 -> 22.11.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 100da742..c84e14e3 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.10.0 + VERSION 22.11.0 LANGUAGES C) if (POLICY CMP0005)