From 47f9909a3fb81bb34e1bf0a3c5abf101ddea1d9d Mon Sep 17 00:00:00 2001 From: kthakore Date: Fri, 31 Dec 2010 17:40:09 -0500 Subject: [PATCH] Updated to version 2.526 --- CHANGELOG | 4 ++++ lib/SDL.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ca5bb675..dce39910 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ Revision history for Perl extension SDL_perl. +* 2.526 Dec 31 2010 + - Inline with 'SDL' support + - Decreasing some SDL_Validate scalar leaks + * 2.525_5 - Fixed bug with SDL::Mixer::Music::hook_music, arg was freed too early [FROGGS] - Added Module::Build::SDL, a helper for creating SDL based modules [kthakore] diff --git a/lib/SDL.pm b/lib/SDL.pm index 30a15049..4732ec21 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -54,7 +54,7 @@ our %EXPORT_TAGS = ( defaults => $SDL::Constants::EXPORT_TAGS{'SDL/defaults'} ); -our $VERSION = '2.525_5'; +our $VERSION = '2.526'; $VERSION = eval $VERSION; print "$VERSION" if ( defined( $ARGV[0] ) && ( $ARGV[0] eq '--SDLperl' ) );