* Release version 2.001

This commit is contained in:
Scott Kitterman 2007-02-08 05:37:44 +00:00
commit 871b66f596
5 changed files with 8 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# postfix-policyd-spf-perl
# http://www.openspf.org/Software
# version 2.000
# version 2.001
#
#(C) 2007 Scott Kitterman <scott@kitterman.com>
#(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
@ -21,7 +21,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.000');
use version; our $VERSION = qv('2.001');
use strict;