From: Tony Cook Date: Tue, 7 Mar 2006 00:50:39 +0000 (+0000) Subject: - bump to 0.49 X-Git-Tag: Imager-0.49^0 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/cb148ddad93a00a551c7b43eb8a47b1b294c2165 - bump to 0.49 --- diff --git a/Changes b/Changes index bc42d5d6..34ab762e 100644 --- a/Changes +++ b/Changes @@ -1393,6 +1393,7 @@ Revision history for Perl extension Imager. (detected by valgrind) - some error paths when reading GIF images weren't closing the GIF read object. (detected by valgrind) +- bump to 0.49 (to get #17981 fix out) ================================================================= diff --git a/Imager.pm b/Imager.pm index 0f684aec..d36a3844 100644 --- a/Imager.pm +++ b/Imager.pm @@ -146,7 +146,7 @@ use Imager::Font; BEGIN { require Exporter; @ISA = qw(Exporter); - $VERSION = '0.48'; + $VERSION = '0.49'; eval { require XSLoader; XSLoader::load(Imager => $VERSION); diff --git a/META.yml b/META.yml index 17b93c3e..faa20f43 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Imager -version: 0.48 +version: 0.49 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.48 +generated_by: Imager version 0.49