From 310f850d5b4dc5bcc5027da09045c31268ebb2fd Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 30 Jul 2017 23:15:56 -0400 Subject: [PATCH] Update version number to 2.0.1 Signed-off-by: David A. Wheeler --- correct-results.html | 2 +- correct-results.txt | 2 +- flawfinder | 2 +- flawfinder.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/correct-results.html b/correct-results.html index 7f7ba23..6794256 100644 --- a/correct-results.html +++ b/correct-results.html @@ -9,7 +9,7 @@

Flawfinder Results

Here are the security scan results from -Flawfinder version 2.0.0, +Flawfinder version 2.0.1, (C) 2001-2017 David A. Wheeler. Number of rules (primarily dangerous function names) in C/C++ ruleset: 219

diff --git a/correct-results.txt b/correct-results.txt index ef80173..3394cd0 100644 --- a/correct-results.txt +++ b/correct-results.txt @@ -1,4 +1,4 @@ -Flawfinder version 2.0.0, (C) 2001-2017 David A. Wheeler. +Flawfinder version 2.0.1, (C) 2001-2017 David A. Wheeler. Number of rules (primarily dangerous function names) in C/C++ ruleset: 219 Examining test.c Examining test2.c diff --git a/flawfinder b/flawfinder index c836cc3..557be90 100755 --- a/flawfinder +++ b/flawfinder @@ -63,7 +63,7 @@ import time import csv # To support generating CSV format # import formatter -version = "2.0.0" +version = "2.0.1" # Program Options - these are the default values: show_context = 0 diff --git a/flawfinder.spec b/flawfinder.spec index 66f0271..855b190 100644 --- a/flawfinder.spec +++ b/flawfinder.spec @@ -1,6 +1,6 @@ Name: flawfinder Summary: Examines C/C++ source code for security flaws -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools