From 2d4c4a5b3f594a63d564f3809744ecfdbf648629 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Wed, 11 Jan 2012 19:37:51 -0500 Subject: [PATCH] Bump version and copyright dates to start 2.008. --- CHANGES | 3 +++ postfix-policyd-spf-perl | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 65adf7f..4577a69 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement +--- 2.008 UNRELEASED + * Fix incorrect version string + --- 2.007 (2008-07-25 22:24 -0400) * Update documentation and examples, see Debian bugs 492420 and 492421 for details. diff --git a/postfix-policyd-spf-perl b/postfix-policyd-spf-perl index 04e4ec2..e77ec60 100755 --- a/postfix-policyd-spf-perl +++ b/postfix-policyd-spf-perl @@ -2,9 +2,9 @@ # postfix-policyd-spf-perl # http://www.openspf.org/Software -# version 2.006 +# version 2.008 # -# (C) 2007-2008 Scott Kitterman +# (C) 2007-2008,2012 Scott Kitterman # (C) 2007 Julian Mehnle # (C) 2003-2004 Meng Weng Wong # @@ -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.006'); +use version; our $VERSION = qv('2.008'); use strict;