Change version number to 1.30.

- This is the upcoming version number.  Change it now so that this
    is distinct from the released version 1.29.
This commit is contained in:
David A. Wheeler 2014-07-19 20:46:15 -04:00
parent 564b78b98d
commit 5eb5e8411d
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.29</a>,
<a href="http://www.dwheeler.com/flawfinder">Flawfinder version 1.30</a>,
(C) 2001-2014 <a href="http://www.dwheeler.com">David A. Wheeler</a>.
Number of dangerous functions in C/C++ ruleset: 160
<p>

View File

@ -1,4 +1,4 @@
Flawfinder version 1.29, (C) 2001-2014 David A. Wheeler.
Flawfinder version 1.30, (C) 2001-2014 David A. Wheeler.
Number of dangerous functions in C/C++ ruleset: 160
Examining test.c
Examining test2.c

View File

@ -6,7 +6,7 @@
See the man page for a description of the options."""
version="1.29"
version="1.30"
# 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.29
Version: 1.30
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.29
VERSION=1.30
RPM_VERSION=1
VERSIONEDNAME=$(NAME)-$(VERSION)
ARCH=noarch

View File

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