projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
70fd0f8
)
Moved version up
Kartik Thakore [Wed, 21 Oct 2009 22:00:34 +0000 (18:00 -0400)]
lib/SDL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL.pm
b/lib/SDL.pm
index
baa0da8
..
094dd12
100644
(file)
--- 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.3.1';
+$VERSION = '2.3';
print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));