diff --git a/CMakeLists.txt b/CMakeLists.txt index e9ad3b0d..7997b210 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) 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 \