]> git.imager.perl.org - imager.git/commitdiff
Imager 1.004_004 v1.004_004
authorTony Cook <tony@develop-help.com>
Fri, 15 Apr 2016 05:56:21 +0000 (15:56 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 15 Apr 2016 05:56:21 +0000 (15:56 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 13746b716dce86a8c61f16a9aa78fdc1cd9fa49f..a706bbaca85862900c1f3de8221c6dd61e274fa0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 1.004_004 - 15 Apr 2016
+================
+
  - test that the ivdformat from Config is correct and look for a valid
    one if it isn't.
    For the strange Win32 failures.
  - test that the ivdformat from Config is correct and look for a valid
    one if it isn't.
    For the strange Win32 failures.
index 93415ca2b17ce271318d6784afaf7ee96d0ac5e8..d163314ce4bce3ed61d821f6b341d0055e1100c5 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '1.004_003';
+  $VERSION = '1.004_004';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }