Bump version and copyright dates to start 2.008.

This commit is contained in:
Scott Kitterman 2012-01-11 19:37:51 -05:00
commit 2d4c4a5b3f
2 changed files with 6 additions and 3 deletions

View file

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

View file

@ -2,9 +2,9 @@
# postfix-policyd-spf-perl
# http://www.openspf.org/Software
# version 2.006
# version 2.008
#
# (C) 2007-2008 Scott Kitterman <scott@kitterman.com>
# (C) 2007-2008,2012 Scott Kitterman <scott@kitterman.com>
# (C) 2007 Julian Mehnle <julian@mehnle.net>
# (C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
#
@ -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;