Skip to content

Commit

Permalink
- v1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Jul 25, 2011
1 parent 8c87243 commit d4353c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1,31 Compile on 5.14 and libpng15. Enhance unicode input on win32.
Better libiconv support.

1.30 Compile on 5.13. Compile on 64-bit ActiveState and strawberry builds.
Support Prima::codecs::win64 .

Expand Down
2 changes: 1 addition & 1 deletion Prima.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require DynaLoader;
use vars qw($VERSION @ISA $__import @preload);
@ISA = qw(DynaLoader);
sub dl_load_flags { 0x00 }
$VERSION = '1.30';
$VERSION = '1.31';
bootstrap Prima $VERSION;
unless ( UNIVERSAL::can('Prima', 'init')) {
$::application = 0;
Expand Down

0 comments on commit d4353c2

Please sign in to comment.