Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 2.542
  • Loading branch information
FROGGS committed Apr 22, 2014
1 parent dfd08ac commit 0ce7f70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Expand Up @@ -569,7 +569,7 @@ my $build = $package->new(
dist_version_from => 'lib/SDL.pm',
configure_requires => {
'ExtUtils::CBuilder' => '0.260301',
'Alien::SDL' => '1.426',
'Alien::SDL' => '1.442',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand All @@ -579,7 +579,7 @@ my $build = $package->new(
'Test::Simple' => '0.88',
'Capture::Tiny' => '0',
'Test::Most' => '0.21',
'Alien::SDL' => '1.426',
'Alien::SDL' => '1.442',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension SDL_perl.

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

* 2.542 Apr 22 2014
- Adjusting test for SDL_gfx >= 2.0.24, bumping Alien::SDL [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.542';
$VERSION = eval $VERSION;

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

0 comments on commit 0ce7f70

Please sign in to comment.