Skip to content

Commit

Permalink
Release: 2.516
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Sep 18, 2010
1 parent 272230d commit 397e383
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.516
- Fix for test plan in t/sdlx_sound [FROGGS]

* 2.515
- Added preliminary SDLx::Sound [rflipo]
- Added preliminary SDLx::TTF [kthakore]
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.515';
our $VERSION = '2.516';
$VERSION = eval $VERSION;

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

0 comments on commit 397e383

Please sign in to comment.