Skip to content

Commit

Permalink
setting version for dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
garu committed Mar 9, 2011
1 parent 539ae5b commit 0963079
Showing 1 changed file with 1 addition and 1 deletion.
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'} defaults => $SDL::Constants::EXPORT_TAGS{'SDL/defaults'}
); );


our $VERSION = '2.532'; our $VERSION = '2.531_01';
$VERSION = eval $VERSION; $VERSION = eval $VERSION;


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

0 comments on commit 0963079

Please sign in to comment.