Skip to content

Commit

Permalink
Dev release 2.541_02
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Jun 9, 2012
1 parent 276d00d commit 874f393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -2,7 +2,8 @@ Revision history for Perl extension SDL

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

*
* 2.541_02 Jun 09 2012
- Added changes that were removed in 2.540 [Blaizer]
- t/mixer_music.t: fixed ogg test name [jtpalmer]
- Added Module::Build to configure requirements [jtpalmer]
- Pod updates [mig0]
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.541_01';
our $VERSION = '2.541_02';
$VERSION = eval $VERSION;

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

0 comments on commit 874f393

Please sign in to comment.