From: Kartik Thakore Date: Sun, 23 Aug 2009 01:26:43 +0000 (-0400) Subject: Merged to v2.2.2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d61573d72bf4b682aa45225d09907951c0edaf5;p=sdlgit%2FSDL_perl.git Merged to v2.2.2 --- 4d61573d72bf4b682aa45225d09907951c0edaf5 diff --cc lib/SDL.pm index ec87c84,eee779e..55a44b0 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@@ -54,8 -54,8 +54,7 @@@ sub import $self->export_to_level(1, @_); SDL::Constants->export_to_level(1); } -- - $VERSION = '2.2.1.8'; + $VERSION = '2.2.2'; print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));