Navigation Menu

Skip to content

Commit

Permalink
another attempt to correctly update dependency version of Alien::SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 13, 2014
1 parent b3408a9 commit f301c28
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 @@ -579,7 +579,7 @@ my $build = $package->new(
'Test::Simple' => '0.88',
'Capture::Tiny' => '0',
'Test::Most' => '0.21',
'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_3 May 12 2014
* 2.543_4 May 13 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_3';
our $VERSION = '2.543_4';
$VERSION = eval $VERSION;

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

0 comments on commit f301c28

Please sign in to comment.