Switch version # to 1.31.

- Version number 1.30 might be confused with 1.3.  This eliminates
    the potential problem.
This commit is contained in:
David A. Wheeler 2014-07-27 17:19:24 -04:00
parent 1ebc5d5afb
commit 4e99642392
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
Flawfinder version 1.30, (C) 2001-2014 David A. Wheeler.
Flawfinder version 1.31, (C) 2001-2014 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 169
Examining test.c
Examining test2.c

View File

@ -6,7 +6,7 @@
See the man page for a description of the options."""
version="1.30"
version="1.31"
# The default output is as follows:
# filename:line_number [risk_level] (type) function_name: message

View File

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

View File

@ -9,7 +9,7 @@
# Eventually switch to using DistUtils to autogenerate.
NAME=flawfinder
VERSION=1.30
VERSION=1.31
RPM_VERSION=1
VERSIONEDNAME=$(NAME)-$(VERSION)
ARCH=noarch

View File

@ -25,7 +25,7 @@ import commands
setup (# Distribution meta-data
name = "flawfinder",
version = "1.30",
version = "1.31",
description = "a program that examines source code looking for security weaknesses",
author = "David A. Wheeler",
author_email = "dwheeler@dwheeler.com",