Skip to content

Commit

Permalink
version is now 2.3_8, updated changelog and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Leich committed Mar 20, 2010
1 parent ba15012 commit e30ebe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
@@ -1,11 +1,12 @@
Revision history for Perl extension SDL_perl.

* 2.3_8
- TTF XS/Test [FROGGS]
- TTF XS/Test/docs [#85] [FROGGS]
- Minor fixes and cleanup [ kthakore, kmx ]
- added more version checks to SDL::GFX XS [#79] [FROGGS]

* 2.3_7
- Mixer XS/tests and docs done [kthakore, FROGGS]
- Mixer XS/tests/docs [kthakore, FROGGS]
- Fixes for Build system on cygwin [kmx]

* 2.3_6
Expand Down
2 changes: 0 additions & 2 deletions TODO
@@ -1,7 +1,5 @@
TODO for SDL_perl

Release 2.3_8
- TTF Docs
Release 2.3_9
- Pango Docs, tests and XS

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_7'; #Development Release
our $VERSION = '2.3_8'; #Development Release
$VERSION = eval $VERSION;

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

0 comments on commit e30ebe6

Please sign in to comment.