]> git.imager.perl.org - imager.git/commitdiff
Release 0.44
authorTony Cook <tony@develop=help.com>
Wed, 15 Dec 2004 12:57:56 +0000 (12:57 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 15 Dec 2004 12:57:56 +0000 (12:57 +0000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index f6ae99d147fd4d6d6dfe09d7641181b2ac9b4348..05d862e230d45845dbb85aea57252f0d8718eca5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -948,7 +948,7 @@ Revision history for Perl extension Imager.
   I'll leave it out.
 - built 0.43_03 for testing
 
-0.44
+0.44 Wed 15 Dec 2004
 - modify the default include directories list to include the location
   FreeBSD keeps freetype1 headers after the freetype2 locations.
   This ensures that the -I options are generated with freetype2
index a87ccc00512006703b9e355ee9fb048d78c34e91..c80e3b2edee91af6d1d5b28795eee9307b7ffef8 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -147,7 +147,7 @@ BEGIN {
   require Exporter;
   require DynaLoader;
 
-  $VERSION = '0.43_03';
+  $VERSION = '0.44';
   @ISA = qw(Exporter DynaLoader);
   bootstrap Imager $VERSION;
 }