From: Ivan Kohler Date: Fri, 5 Feb 2016 15:24:33 +0000 (-0800) Subject: 0.34 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=968594e8baded83b5472b23940a060fd36b70ef6 0.34 --- diff --git a/Changes b/Changes index d267de5..2747fbb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Business::CreditCard. -0.34 unreleased +0.34 Fri Feb 5 07:24:00 PST 2016 - 19 digit Visa and Discover cards - MasterCard 222100–272099 range - Canada does not process JCB 3529-3589 as Discover, but Puerto Rico, diff --git a/CreditCard.pm b/CreditCard.pm index f7b035f..ea12fee 100644 --- a/CreditCard.pm +++ b/CreditCard.pm @@ -5,7 +5,7 @@ use vars qw( @ISA $VERSION $Country ); @ISA = qw( Exporter ); -$VERSION = "0.34_02"; +$VERSION = "0.34"; $Country = 'US';