projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
31817c4
)
Added fake version becuase pause won't let me upload :(
Kartik Thakore [Sat, 22 Aug 2009 22:37:56 +0000 (18:37 -0400)]
META.yml
patch
|
blob
|
blame
|
history
lib/SDL.pm
patch
|
blob
|
blame
|
history
diff --git
a/META.yml
b/META.yml
index
6ef5b17
..
ee2ead4
100644
(file)
--- 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
(file)
--- 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'));