From d4353c25288422701c3f656c4736b7b6e8c1ac84 Mon Sep 17 00:00:00 2001 From: Dmitry Karasik Date: Mon, 25 Jul 2011 19:35:54 +0200 Subject: [PATCH] - v1.31 --- HISTORY | 3 +++ Prima.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 45cb93d6c..24e29bcc4 100644 --- a/HISTORY +++ b/HISTORY @@ -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 . diff --git a/Prima.pm b/Prima.pm index ec997a509..d6faedd98 100644 --- a/Prima.pm +++ b/Prima.pm @@ -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;