0.45_01 bump
authorTony Cook <tony@develop=help.com>
Mon, 12 Dec 2005 02:04:42 +0000 (02:04 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 12 Dec 2005 02:04:42 +0000 (02:04 +0000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index 041ab5fb3de0ce3c392d93bcbef6d25426383860..150cce8dac663ef0a5a6e153e3af983db86df3b2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1113,7 +1113,7 @@ Revision history for Perl extension Imager.
 0.45 Mon 30 May 2005
 - t/t105gif.t wasn't handling buggy giflibs correctly
 
-0.45_01
+0.45_01 Mon 12 Dec 2005
 - give the colorcount() and maxcolors() methods their own entries and
   add them to the method index.
 - added tiff_bitspersample and tiff_photometric tags to tiff images
@@ -1220,6 +1220,7 @@ Revision history for Perl extension Imager.
   Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=13508
 - decode the EXIF GPS IFD as well
 - minor documentation touchups
+- bump version 0.45_01
   
 =================================================================
 
index cf7b5de3788af278cca8ceb717597e2e7d858778..98fe950adb5653796314b172e4f73cb607ec041b 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -147,7 +147,7 @@ BEGIN {
   require Exporter;
   require DynaLoader;
 
-  $VERSION = '0.45';
+  $VERSION = '0.45_01';
   @ISA = qw(Exporter DynaLoader);
   bootstrap Imager $VERSION;
 }