Skip to content

Commit

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

* 2.535_06 Dec 30 2011
- using INT2PTR to convert stored pointers to right size and hide warnings [FROGGS]

* 2.535_05 Dec 28 2011
- SDL::Mixer::Channels: using malloc instead of safemalloc [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_05';
our $VERSION = '2.535_06';
$VERSION = eval $VERSION;

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

0 comments on commit 8b85ed6

Please sign in to comment.