2.04
authorivan <ivan>
Tue, 12 Oct 2010 00:30:21 +0000 (00:30 +0000)
committerivan <ivan>
Tue, 12 Oct 2010 00:30:21 +0000 (00:30 +0000)
Changes
lib/Business/OnlinePayment/PaymenTech.pm

diff --git a/Changes b/Changes
index 0853ba8..38e9da9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Business-OnlinePayment-PaymenTech
 
-2.04    unreleased
+2.04    Mon Oct 11 17:30:00 PDT 2010
         - Always send expiration date as MMYY
 
 2.03    Sun Jan 24 13:19:29 PST 2010
index 8470e85..72fc767 100644 (file)
@@ -9,7 +9,7 @@ use vars qw($VERSION $DEBUG @ISA $me);
 
 @ISA = qw(Business::OnlinePayment::HTTPS);
 
-$VERSION = '2.04_01';
+$VERSION = '2.04';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;