From: Kartik Thakore Date: Sat, 22 Aug 2009 22:37:56 +0000 (-0400) Subject: Added fake version becuase pause won't let me upload :( X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d67647dbdfac48e141a044fe3e619de5a3dc13ad;p=sdlgit%2FSDL_perl.git Added fake version becuase pause won't let me upload :( --- diff --git a/META.yml b/META.yml index 6ef5b17..ee2ead4 100644 --- a/META.yml +++ b/META.yml @@ -16,7 +16,7 @@ configure_requires: provides: SDL: file: lib/SDL.pm - version: v2.2.1 + version: v2.2.1.8 SDL::App: file: lib/SDL/App.pm SDL::Cdrom: diff --git a/lib/SDL.pm b/lib/SDL.pm index 4dff767..ec87c84 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -55,7 +55,7 @@ sub import { SDL::Constants->export_to_level(1); } -$VERSION = '2.2.1'; +$VERSION = '2.2.1.8'; print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));