From: Kartik Thakore Date: Sun, 30 Aug 2009 22:53:21 +0000 (-0400) Subject: Moved version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee6280459979df68aa00b1dba9446d0d785c426a;p=sdlgit%2FSDL_perl.git Moved version --- diff --git a/lib/SDL.pm b/lib/SDL.pm index 18f61c4..b8c3baf 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -54,7 +54,7 @@ sub import { $self->export_to_level(1, @_); SDL::Constants->export_to_level(1); } -$VERSION = '2.2.2.5'; +$VERSION = '2.2.2.7'; print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));