Change version number to 1.32

- Change version number early to prevent accidentally confusing
    this version with a released version.
This commit is contained in:
David A. Wheeler 2014-08-04 22:48:41 -04:00
parent aad0ac207c
commit 58749e78bc
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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",