]> git.imager.perl.org - imager.git/commitdiff
bump for 0.57_01
authorTony Cook <tony@develop=help.com>
Fri, 11 May 2007 10:49:55 +0000 (10:49 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 11 May 2007 10:49:55 +0000 (10:49 +0000)
Changes
Imager.pm
META.yml

diff --git a/Changes b/Changes
index d456969719ad0a570b37fef9377a5f2fdec78d79..25f530fcd98cc305693eaa9b808145fcb78497fa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Imager 0.58 -
-===========
+Imager 0.57_01 - 11 May 2007
+==============
 
  - added to_rgb16 to produce a 16-bit/sample version of an image
 
index cfded5d4056bdd00eaeeb4f86822990975907959..53f3450435fbf06aa6502aa43724bde1dff8f1f0 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -155,7 +155,7 @@ my %attempted_to_load;
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.56';
+  $VERSION = '0.57_01';
   eval {
     require XSLoader;
     XSLoader::load(Imager => $VERSION);
index 4490f9ff51838c3404645a2ef7335d34f23a42f3..cd505d193d5ecffe1e36bb2a137ebc59f126e415 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: Imager
-version: 0.56
+version: 0.57_01
 version_from: Imager.pm
 author: Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson
 abstract: Perl extension for Generating 24 bit Images
@@ -15,4 +15,4 @@ distribution_type: module
 meta-spec:
   version: 1.3
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
-generated_by: Imager version 0.56
+generated_by: Imager version 0.57_01