Skip to content

Commit

Permalink
Prepare for release v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvermeu committed Jul 26, 2020
1 parent aede910 commit 3ed9854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([cvechecker], [3.9], [[email protected]])
AC_INIT([cvechecker], [4.0], [[email protected]])
AC_PREREQ([2.69])
AM_INIT_AUTOMAKE([subdir-objects foreign])
AC_CONFIG_SRCDIR([config.h.in])
Expand Down
4 changes: 2 additions & 2 deletions src/cvecheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <libconfig.h>

/*
* Copyright 2010-2017 Sven Vermeulen.
* Copyright 2010-2020 Sven Vermeulen.
* Subject to the GNU Public License, version 3.
*/

Expand All @@ -35,7 +35,7 @@ static error_t parse_opt (int key, char * arg, struct argp_state *state);
#include "dummy/dummy_mysql.h"
#endif

const char * argp_program_version = "cvechecker 3.9";
const char * argp_program_version = "cvechecker 4.0";
const char * argp_program_bug_address = "<[email protected]>";

static char doc[] = "cvechecker -- Verify the state of the system against a CVE database";
Expand Down

0 comments on commit 3ed9854

Please sign in to comment.