Skip to content

Commit

Permalink
Preparing 2.534
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Oct 27, 2011
1 parent 2146a13 commit 04147d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,5 +1,8 @@
Revision history for Perl extension SDL_perl.

* 2.534 October 27 2011
- Combined release of 2.534_*

* 2.534_03 October 06 2011
- SDL::Palette fixed colors() to return an array [Blaizer]
- SDL::Video fixed set_colors, set_palette [FROGGS, Blaizer]
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.534_03';
our $VERSION = '2.534';
$VERSION = eval $VERSION;

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

0 comments on commit 04147d1

Please sign in to comment.