Skip to content

Commit

Permalink
new dev release 2.535_03
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Dec 4, 2011
1 parent f5f8fcc commit 703a2cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
Revision history for Perl extension SDL_perl.

* 2.535_03 Dec 4 2011
- SDL::Mixer::Music: added load_MUS_RW [FROGGS]
- defines.h: added VERSION_ATLEAST macro [FROGGS]

* 2.535_02 Dec 2 2011
- src/SDLx/Surface.xs: fixed perl-5.8.9 crash while shifting from empty AV [FROGGS]

Expand Down
2 changes: 1 addition & 1 deletion lib/SDL.pm
Expand Up @@ -54,7 +54,7 @@ our %EXPORT_TAGS = (
defaults => $SDL::Constants::EXPORT_TAGS{'SDL/defaults'}
);

our $VERSION = '2.535_02';
our $VERSION = '2.535_03';
$VERSION = eval $VERSION;

print "$VERSION" if ( defined( $ARGV[0] ) && ( $ARGV[0] eq '--SDLperl' ) );
Expand Down

0 comments on commit 703a2cc

Please sign in to comment.