Navigation Menu

Skip to content

Commit

Permalink
updated Alien::SDL's version to get an OpenBSD/pthread fix, dev relea…
Browse files Browse the repository at this point in the history
…se 2.543_2
  • Loading branch information
FROGGS committed May 11, 2014
1 parent da5bfc0 commit 22e565c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Expand Up @@ -2,11 +2,14 @@ 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
- 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, bumping Alien::SDL [FROGGS]
- Adjusting test for SDL_gfx >= 2.0.24, updated Alien::SDL's version we depend on [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_1';
our $VERSION = '2.543_2';
$VERSION = eval $VERSION;

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

0 comments on commit 22e565c

Please sign in to comment.