Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev release 2.541_01
  • Loading branch information
jtpalmer committed May 26, 2012
1 parent ad2d2d4 commit 0756fb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,13 @@ Revision history for Perl extension SDL_perl.

Versioning rule: public releases are even numbers, dev releases are odd. (same like perl dist)

* 2.541_01 May 26 2012
- SDL::GFX::ImageFilter: turn off MMX [FROGGS]
- SDLx::App: removed return from stash lvalue sub [FROGGS]
- SDL::Constants: added constants for SDL_DEFAULT_REPEAT_DELAY and SDL_DEFAULT_REPEAT_INTERVAL [FROGGS]
- SDL::Mixer::Channels: little change for setting context, still not perfect [FROGGS]
- t/mixer_music.t: using ogg files [FROGGS]

* 2.540 May 26 2012
- Removed all non-pod changes introduced in 2.538 [jtpalmer]
- Fixed bugtracker link [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.540';
our $VERSION = '2.541_01';
$VERSION = eval $VERSION;

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

0 comments on commit 0756fb2

Please sign in to comment.