Skip to content

Commit

Permalink
- bump to 0.51 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cook committed Apr 23, 2006
1 parent 17b187d commit e96061b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -1428,6 +1428,7 @@ This is a release specifically to fix #18397
- having the color parameter code create floating point colors could
cause other problems too, since most of the underlying functions can't
handle them, so removed the attempt to create float colors.
- bump to 0.51 for release

=================================================================

Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Expand Up @@ -146,7 +146,7 @@ use Imager::Font;
BEGIN {
require Exporter;
@ISA = qw(Exporter);
$VERSION = '0.50';
$VERSION = '0.51';
eval {
require XSLoader;
XSLoader::load(Imager => $VERSION);
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Imager
version: 0.50
version: 0.51
version_from: Imager.pm
author: Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson
abstract: Perl extension for Generating 24 bit Images
Expand All @@ -10,4 +10,4 @@ recommends:
license: perl
dynamic_config: 1
distribution_type: module
generated_by: Imager version 0.50
generated_by: Imager version 0.51

0 comments on commit e96061b

Please sign in to comment.