From: Tony Cook Date: Tue, 21 Feb 2006 04:59:41 +0000 (+0000) Subject: bump to 0.47_01 X-Git-Tag: Imager-0.48^2~2 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/da15a3c18a0cb3f218f8ce0f7a3d83b35129e639?ds=inline bump to 0.47_01 --- diff --git a/Changes b/Changes index 1f3a29b1..7e55eef7 100644 --- 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_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 @@ -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. +- bump to 0.47_01 ================================================================= diff --git a/Imager.pm b/Imager.pm index d5812f9e..b36bb32b 100644 --- a/Imager.pm +++ b/Imager.pm @@ -146,7 +146,7 @@ use Imager::Font; BEGIN { require Exporter; @ISA = qw(Exporter); - $VERSION = '0.47'; + $VERSION = '0.47_01'; eval { require XSLoader; XSLoader::load(Imager => $VERSION); diff --git a/META.yml b/META.yml index e776de41..ab271197 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Imager -version: 0.47 +version: 0.47_01 version_from: Imager.pm author: Tony Cook , Arnar M. Hrafnkelsson abstract: Perl extension for Generating 24 bit Images @@ -10,4 +10,4 @@ recommends: license: perl dynamic_config: 1 distribution_type: module -generated_by: Imager version 0.47 +generated_by: Imager version 0.47_01