From 5eb5e8411d187461d2a5c9e5f89748a9798d765c Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 19 Jul 2014 20:46:15 -0400 Subject: [PATCH] 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. --- correct-results.html | 2 +- correct-results.txt | 2 +- flawfinder | 2 +- flawfinder.spec | 2 +- makefile | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/correct-results.html b/correct-results.html index cc81ad4..51cac1f 100644 --- a/correct-results.html +++ b/correct-results.html @@ -9,7 +9,7 @@

Flawfinder Results

Here are the security scan results from -Flawfinder version 1.29, +Flawfinder version 1.30, (C) 2001-2014 David A. Wheeler. Number of dangerous functions in C/C++ ruleset: 160

diff --git a/correct-results.txt b/correct-results.txt index a3600ff..d329ae4 100644 --- a/correct-results.txt +++ b/correct-results.txt @@ -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 diff --git a/flawfinder b/flawfinder index 99ec77f..1f41947 100755 --- a/flawfinder +++ b/flawfinder @@ -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 diff --git a/flawfinder.spec b/flawfinder.spec index aceabb3..2aaa587 100644 --- a/flawfinder.spec +++ b/flawfinder.spec @@ -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 diff --git a/makefile b/makefile index d5342a8..c3038c8 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/setup.py b/setup.py index 29ad607..fc01ea7 100644 --- a/setup.py +++ b/setup.py @@ -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",