Skip to content

Commit

Permalink
Update copyright and GMP feed version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored and bjoernricks committed Feb 7, 2025
1 parent 63cbd68 commit 0871e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ set (GVMD_SCAP_DATABASE_VERSION 22)
set (GVMD_CERT_DATABASE_VERSION 8)

set (GMP_VERSION "22.6")
set (GMP_VERSION_FEED "22.04")
set (GMP_VERSION_FEED "24.10")

if (SYSCONF_INSTALL_DIR)
set (SYSCONFDIR "${SYSCONF_INSTALL_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion src/gvmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,7 @@ gvmd (int argc, char** argv, char *env[])
#if CVSS3_RATINGS == 1
printf ("CVSS3 severity ratings enabled\n");
#endif
printf ("Copyright (C) 2009-2021 Greenbone AG\n");
printf ("Copyright (C) 2009-2025 Greenbone AG\n");
printf ("License: AGPL-3.0-or-later\n");
printf
("This is free software: you are free to change and redistribute it.\n"
Expand Down

0 comments on commit 0871e61

Please sign in to comment.