0.96_02 release v0.96_02
authorTony Cook <tony@develop-help.com>
Tue, 9 Jul 2013 13:42:51 +0000 (23:42 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 9 Jul 2013 13:42:51 +0000 (23:42 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 72c441464d5eb31a26d94b7ad29332058509d158..9f56f4d18f3c12950720f1d0b574221a71b9d38d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 0.96_02 - 8 Jul 2013
+==============
+
  - PNG: treat a version mismatch between headers and library as a
    probe failure.
    https://rt.cpan.org/Ticket/Display.html?id=86659
@@ -13,7 +16,7 @@ Imager release history.  Older releases can be found in Changes.old
  - W32: add a missing head1 AUTHORS to the old Win32.pm
    https://rt.cpan.org/Ticket/Display.html?id=86658
 
-Imager 0.96_01 - 1 Jun 2013
+Imager 0.96_01 - 1 Jul 2013
 ==============
 
  - TIFF: handle SampleFormat = 2 by translating the signed integer
index 181374516243294efbbc8e645734e0e1c24d97cd..0b741cfa433a4dd6b1cd3066e2588260dfc8986c 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '0.96_01';
+  $VERSION = '0.96_02';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }