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;