projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ecc8d76
)
Version was wrong. This way CPAN is not confused when we add v2.2.1
kthakore [Thu, 6 Aug 2009 12:35:27 +0000 (
05:35
-0700)]
lib/SDL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL.pm
b/lib/SDL.pm
index
6d2a4b4
..
711b9da
100644
(file)
--- 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'));