]> git.imager.perl.org - imager.git/commitdiff
0.92 release v0.92
authorTony Cook <tony@develop-help.com>
Tue, 14 Aug 2012 09:42:48 +0000 (19:42 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 14 Aug 2012 09:42:48 +0000 (19:42 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index f3839748470bff470d6b376639d07dd9a17de1d6..7dc6eb409ca29a29bd30ec79f7c353ea52d4a283 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 0.92 - 14 Aug 2012
+===========
+
  - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
    correctly for both probing and runtime.
    https://rt.cpan.org/Ticket/Display.html?id=77672
  - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
    correctly for both probing and runtime.
    https://rt.cpan.org/Ticket/Display.html?id=77672
index add2cf18c988efccd035b31b48570314bd5c40db..71af06867ce35bf7a66764ce7029194b08e83db3 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -143,7 +143,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '0.91';
+  $VERSION = '0.92';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }