Skip to content

Commit

Permalink
release 2.544
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 14, 2014
1 parent f301c28 commit ba434d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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.443_4',
'Alien::SDL' => '1.444',
'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.443_4',
'Alien::SDL' => '1.444',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand Down
8 changes: 2 additions & 6 deletions CHANGELOG
Expand Up @@ -2,14 +2,10 @@ Revision history for Perl extension SDL_perl.

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

* 2.543_4 May 13 2014
* 2.544 May 14 2014
- Updated Alien::SDL's version we depend on to get an OpenBSD/pthread fix [FROGGS]

* 2.543_1 May 04 2014
- Fix segfault in cleanup of MixChunks on windows [FROGGS]

* 2.542 Apr 22 2014
- Adjusting test for SDL_gfx >= 2.0.24, updated Alien::SDL's version we depend on [FROGGS]
- Adjusting test for SDL_gfx >= 2.0.24 [FROGGS]

* 2.540 May 26 2012
- Removed all non-pod changes introduced in 2.538 [jtpalmer]
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.543_4';
our $VERSION = '2.544';
$VERSION = eval $VERSION;

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

0 comments on commit ba434d5

Please sign in to comment.