Skip to content

Commit

Permalink
Updated to version 2.526
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Dec 31, 2010
1 parent 4aa0251 commit 47f9909
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.526 Dec 31 2010
- Inline with 'SDL' support
- Decreasing some SDL_Validate scalar leaks

* 2.525_5
- Fixed bug with SDL::Mixer::Music::hook_music, arg was freed too early [FROGGS]
- Added Module::Build::SDL, a helper for creating SDL based modules [kthakore]
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.525_5';
our $VERSION = '2.526';
$VERSION = eval $VERSION;

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

0 comments on commit 47f9909

Please sign in to comment.