Skip to content

Commit

Permalink
Updated to version 2.534_01
Browse files Browse the repository at this point in the history
  • Loading branch information
kthakore committed Nov 5, 2011
1 parent 5bdb5f1 commit bf6fdb3
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_01 Nov 5 2011
- Merged in memory leak fixes [dod]

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

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

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

0 comments on commit bf6fdb3

Please sign in to comment.