]> git.imager.perl.org - imager.git/commitdiff
Imager 0.96_01 release v0.96_01
authorTony Cook <tony@develop-help.com>
Mon, 1 Jul 2013 13:19:41 +0000 (23:19 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 1 Jul 2013 13:19:41 +0000 (23:19 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index b95fff78a87248e81cf19c65e2208fb606fd2180..b53c8291b50b6b9275c179b20fc9de9525fcb69a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 0.96_01 - 1 Jun 2013
+==============
+
  - TIFF: handle SampleFormat = 2 by translating the signed integer
    values to unsigned by flipping their sign bits.
 
index 03111bb7b4215066b77664b528bd22f56493ef52..181374516243294efbbc8e645734e0e1c24d97cd 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '0.96';
+  $VERSION = '0.96_01';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }