From: kthakore Date: Thu, 6 Aug 2009 12:35:27 +0000 (-0700) Subject: Version was wrong. This way CPAN is not confused when we add v2.2.1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=889325dc4345d27793e6448f4e90a3c640735d1b;p=sdlgit%2FSDL_perl.git Version was wrong. This way CPAN is not confused when we add v2.2.1 --- diff --git a/lib/SDL.pm b/lib/SDL.pm index 6d2a4b4..711b9da 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -48,7 +48,7 @@ BEGIN { }; -$VERSION = '2.2.1'; +$VERSION = '2.2.0'; print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));