Skip to content

Commit

Permalink
Version 2.523
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Nov 17, 2010
1 parent 790292f commit 438fca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -4,6 +4,7 @@ Revision history for Perl extension SDL_perl.
- Cleaned up how O_OBJECTs are free'd [FROGGS]
- SDLx::Surface now DESTROYs the SDL::Surface saving memory [kthakore]
- Fixed Icon value for the SDLx::App constructor useage [kthakore]
- Added short circuit for varying SDL_Mixer versions for SDLx::Sound [kthakore]

* 2.522
- Fixed mistakes in inc/My/Builder/Darwin.pm [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.523_1';
our $VERSION = '2.523';
$VERSION = eval $VERSION;

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

0 comments on commit 438fca9

Please sign in to comment.