* Bump versions to start version 2.009.

* Set verbose for the development period again.
This commit is contained in:
Scott Kitterman 2012-01-25 22:44:27 -05:00
commit 101de98f4f
3 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# postfix-policyd-spf-perl
# http://www.openspf.org/Software
# version 2.008
# version 2.009
#
# (C) 2007-2008,2012 Scott Kitterman <scott@kitterman.com>
# (C) 2007 Julian Mehnle <julian@mehnle.net>
@ -22,7 +22,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use version; our $VERSION = qv('2.008');
use version; our $VERSION = qv('2.009');
use strict;
@ -66,7 +66,7 @@ my @HANDLERS = (
}
);
my $VERBOSE = 0;
my $VERBOSE = 1;
my $DEFAULT_RESPONSE = 'DUNNO';