Skip to content

Commit

Permalink
Moved up to release 2.3_5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Jan 25, 2010
1 parent c6edf02 commit 06bbe8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,12 +1,13 @@
Revision history for Perl extension SDL_perl.

* 2.3_4 (WIP)
* 2.3_5
- Fixed serious XS mem leaks in AV* [FROGGS]
- Removed usless verify method in SDL.pm [J_King]
- GFX rotozoom started [FROGGS]
- More docs for GFX [FROGGS]
- ithreads support for audio and timer callback [kthakore, ruoso]
- SDL::App resize fixed [kthakore, TonyC] {http://rt.cpan.org/Public/Bug/Display.html?id=16984}
- Migrated O_OBJECT to thread safe bag [ruoso, kthakore]

* 2.3_3
- SDL::Image implemented and tested [#72] [kthakore]
Expand Down
2 changes: 1 addition & 1 deletion lib/SDL.pm
Expand Up @@ -54,7 +54,7 @@ sub import {
$self->export_to_level(1, @_);
SDL::Constants->export_to_level(1);
}
our $VERSION = '2.3_4'; #Development Release
our $VERSION = '2.3_5'; #Development Release
$VERSION = eval $VERSION;

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

0 comments on commit 06bbe8a

Please sign in to comment.