]> git.imager.perl.org - imager.git/commitdiff
bump to 0.47_01
authorTony Cook <tony@develop=help.com>
Tue, 21 Feb 2006 04:59:41 +0000 (04:59 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 21 Feb 2006 04:59:41 +0000 (04:59 +0000)
Changes
Imager.pm
META.yml

diff --git a/Changes b/Changes
index 1f3a29b1e348ae6473023eaff5e056c020ded128..7e55eef7e26123214b9f6e2a1774ab76cbc3bbcf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1242,7 +1242,7 @@ Revision history for Perl extension Imager.
 0.47 Fri 30 Dec 2005
 - bump to 0.47
 
 0.47 Fri 30 Dec 2005
 - bump to 0.47
 
-0.47_01
+0.47_01 Tue 21 Feb 2006
 - set the locale to "C" properly when testing ft1.x error messages
 - don't destroy image before creating it in error handling in bmp.c
 - extra concept index entries
 - set the locale to "C" properly when testing ft1.x error messages
 - don't destroy image before creating it in error handling in bmp.c
 - extra concept index entries
@@ -1364,6 +1364,7 @@ Revision history for Perl extension Imager.
 - fix/simplify META.yml generation - we now generate META.yml at
   Makefile.PL time, since trying to work with EU::MM to generate a 
   custom META.yml was a waste.
 - fix/simplify META.yml generation - we now generate META.yml at
   Makefile.PL time, since trying to work with EU::MM to generate a 
   custom META.yml was a waste.
+- bump to 0.47_01
 
 =================================================================
 
 
 =================================================================
 
index d5812f9e7b8e7b0a67adb63716a761650b039cea..b36bb32b281b19729298efd62d5eb4bb533d02f1 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -146,7 +146,7 @@ use Imager::Font;
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.47';
+  $VERSION = '0.47_01';
   eval {
     require XSLoader;
     XSLoader::load(Imager => $VERSION);
   eval {
     require XSLoader;
     XSLoader::load(Imager => $VERSION);
index e776de41b887fa135f80450c1385f92ec01bcc97..ab271197b7b47e075218c9024cc24bea6680e3cb 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: Imager
 --- #YAML:1.0
 name: Imager
-version: 0.47
+version: 0.47_01
 version_from: Imager.pm
 author: Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson
 abstract: Perl extension for Generating 24 bit Images
 version_from: Imager.pm
 author: Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson
 abstract: Perl extension for Generating 24 bit Images
@@ -10,4 +10,4 @@ recommends:
 license: perl
 dynamic_config: 1
 distribution_type: module
 license: perl
 dynamic_config: 1
 distribution_type: module
-generated_by: Imager version 0.47
+generated_by: Imager version 0.47_01