Skip to content

Commit

Permalink
fix required version of dependency Alien::SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 12, 2014
1 parent 22e565c commit b3408a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.442',
'Alien::SDL' => '1.443_4',
'File::Find' => '0',
'File::ShareDir' => '1.0',
'Tie::Simple' => '0',
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -2,7 +2,7 @@ Revision history for Perl extension SDL_perl.

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

* 2.543_2 May 11 2014
* 2.543_3 May 12 2014
- Updated Alien::SDL's version we depend on to get an OpenBSD/pthread fix [FROGGS]

* 2.543_1 May 04 2014
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_2';
our $VERSION = '2.543_3';
$VERSION = eval $VERSION;

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

0 comments on commit b3408a9

Please sign in to comment.