]> git.imager.perl.org - imager.git/commitdiff
0.99_02 release v0.99_02
authorTony Cook <tony@develop-help.com>
Mon, 21 Jul 2014 09:11:36 +0000 (19:11 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 21 Jul 2014 09:11:36 +0000 (19:11 +1000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 5970532ff94b947fbb8de40125265126e856ae81..98a7819cd3dcfd91dc1316a71a9854bbc29ac2bf 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.99_02 - 21 Jul 2014
+==============
+
  - Imager::Filter::Mandelbrot (and dynfilt/mandelbrot.c) - initialize
    the blue channel in the generated palette, and allow each color
    component to be in the range 100..255 instead of just 100..254.
  - Imager::Filter::Mandelbrot (and dynfilt/mandelbrot.c) - initialize
    the blue channel in the generated palette, and allow each color
    component to be in the range 100..255 instead of just 100..254.
index c2e4bd1560b56d6e9bebd6ac7963db419f37906c..9c4340614f0755528e9d0dc3005125bf1bcec26b 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 = '0.99_01';
+  $VERSION = '0.99_02';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }