diff --git a/flawfinder b/flawfinder index 62aef6e..7ecc63e 100755 --- a/flawfinder +++ b/flawfinder @@ -8,7 +8,7 @@ from __future__ import division See the man page for a description of the options.""" -version="1.31" +version="1.32" # The default output is as follows: # filename:line_number [risk_level] (type) function_name: message diff --git a/flawfinder.spec b/flawfinder.spec index ef6950b..70296f9 100644 --- a/flawfinder.spec +++ b/flawfinder.spec @@ -1,6 +1,6 @@ Name: flawfinder Summary: Examines C/C++ source code for security flaws -Version: 1.31 +Version: 1.32 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools diff --git a/makefile b/makefile index b601096..7788689 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ # Eventually switch to using DistUtils to autogenerate. NAME=flawfinder -VERSION=1.31 +VERSION=1.32 RPM_VERSION=1 VERSIONEDNAME=$(NAME)-$(VERSION) ARCH=noarch diff --git a/setup.py b/setup.py index 8d59113..cb60660 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import commands setup (# Distribution meta-data name = "flawfinder", - version = "1.31", + version = "1.32", description = "a program that examines source code looking for security weaknesses", author = "David A. Wheeler", author_email = "dwheeler@dwheeler.com",