Update for 2.004 release

This commit is contained in:
Scott Kitterman 2007-04-18 18:41:31 +00:00
commit 2cc732f3fa
4 changed files with 10 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# postfix-policyd-spf-perl
# http://www.openspf.org/Software
# version 2.003
# version 2.004
#
# (C) 2007 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.003');
use version; our $VERSION = qv('2.004');
use strict;