Skip to content

Commit

Permalink
logged changes, dev release 2.533_02
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Apr 27, 2011
1 parent af8639d commit 39c0d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -3,6 +3,8 @@ Revision history for Perl extension SDL_perl.
* 2.533
- Added preliminary SDLx::Music
- Minor fixes for SDLx::Text [garu]
- Build requires: perl 5.8.0 should be good enough for SDL [FROGGS]
- SDLx::Music test: 'require threads' instead of 'use threads' and removed Data::Dumper [FROGGS]

* 2.532 March 27 2011
- Tested and released experimental branch
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.533_01';
our $VERSION = '2.533_02';
$VERSION = eval $VERSION;

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

0 comments on commit 39c0d78

Please sign in to comment.