Update version number to 2.0.1

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-07-30 23:15:56 -04:00
parent aae3976bcf
commit 310f850d5b
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<body> <body>
<h1>Flawfinder Results</h1> <h1>Flawfinder Results</h1>
Here are the security scan results from Here are the security scan results from
<a href="http://www.dwheeler.com/flawfinder">Flawfinder version 2.0.0</a>, <a href="http://www.dwheeler.com/flawfinder">Flawfinder version 2.0.1</a>,
(C) 2001-2017 <a href="http://www.dwheeler.com">David A. Wheeler</a>. (C) 2001-2017 <a href="http://www.dwheeler.com">David A. Wheeler</a>.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 219 Number of rules (primarily dangerous function names) in C/C++ ruleset: 219
<p> <p>

View File

@ -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 Number of rules (primarily dangerous function names) in C/C++ ruleset: 219
Examining test.c Examining test.c
Examining test2.c Examining test2.c

View File

@ -63,7 +63,7 @@ import time
import csv # To support generating CSV format import csv # To support generating CSV format
# import formatter # import formatter
version = "2.0.0" version = "2.0.1"
# Program Options - these are the default values: # Program Options - these are the default values:
show_context = 0 show_context = 0

View File

@ -1,6 +1,6 @@
Name: flawfinder Name: flawfinder
Summary: Examines C/C++ source code for security flaws Summary: Examines C/C++ source code for security flaws
Version: 2.0.0 Version: 2.0.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Development/Tools Group: Development/Tools