Bump version and copyright dates to start 2.008.
This commit is contained in:
parent
de4919466b
commit
2d4c4a5b3f
2 changed files with 6 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -4,6 +4,9 @@
|
||||||
# ! = Changed something significant, or removed a feature
|
# ! = Changed something significant, or removed a feature
|
||||||
# * = Fixed a bug, or made a minor improvement
|
# * = Fixed a bug, or made a minor improvement
|
||||||
|
|
||||||
|
--- 2.008 UNRELEASED
|
||||||
|
* Fix incorrect version string
|
||||||
|
|
||||||
--- 2.007 (2008-07-25 22:24 -0400)
|
--- 2.007 (2008-07-25 22:24 -0400)
|
||||||
* Update documentation and examples, see Debian bugs 492420 and 492421 for
|
* Update documentation and examples, see Debian bugs 492420 and 492421 for
|
||||||
details.
|
details.
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
# postfix-policyd-spf-perl
|
# postfix-policyd-spf-perl
|
||||||
# http://www.openspf.org/Software
|
# 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) 2007 Julian Mehnle <julian@mehnle.net>
|
||||||
# (C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
# (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.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 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;
|
use strict;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue