]> git.imager.perl.org - imager.git/commitdiff
1.001 release v1.001
authorTony Cook <tony@develop-help.com>
Thu, 1 Jan 2015 22:13:46 +0000 (09:13 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 1 Jan 2015 22:50:26 +0000 (09:50 +1100)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 9bd12ae9297306519c7309a651c3d6bbcbd9b66c..1f8872cb64060f77d1420e6c9960154e88e1a97a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 1.001 - 2 Jan 2015
+============
+
  - both Imager and perl 5.21.3 define my_strerror(), prevent a conflict
    Thanks to Slaven Rezic for the report and the patch.
    https://rt.cpan.org/Public/Bug/Display.html?id=98234
index ff7a975ec4928e1b5e9250b1cac6d8ee34f9c999..e6137be80776123fce23a8641974d9f4239068ab 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '1.000';
+  $VERSION = '1.001';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }