Skip to content

Commit

Permalink
Incrementing to medium release 2.510
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Aug 1, 2010
1 parent 3add30b commit 33e05ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Revision history for Perl extension SDL_perl.

* 2.504
* 2.510
- Using bmp file if libpng isnt available in t/sdlx_sfont.t [#177] [FROGGS]
- Moved SDLx::Controller::Timer to XS [#180]
- Added SDLx::Layermanager [FROGGS]
- Added and cleaned up SDLx::Validate [Blaizer, kthakore]
- More tests and clean up in SDLx::Sprite::Animated [jtpalmer]

* 2.503
- Removed examples/adventure/
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ our %EXPORT_TAGS = (
defaults => $SDL::Constants::EXPORT_TAGS{'SDL/defaults'}
);

our $VERSION = '2.504';
our $VERSION = '2.510';
$VERSION = eval $VERSION;

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

0 comments on commit 33e05ba

Please sign in to comment.