Skip to content

Commit

Permalink
dev release 2.543_1
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 4, 2014
1 parent 2071a33 commit da5bfc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.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]

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.542';
our $VERSION = '2.543_1';
$VERSION = eval $VERSION;

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

0 comments on commit da5bfc0

Please sign in to comment.