]> git.imager.perl.org - imager.git/commitdiff
0.45_02 commit
authorTony Cook <tony@develop=help.com>
Mon, 12 Dec 2005 03:17:54 +0000 (03:17 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 12 Dec 2005 03:17:54 +0000 (03:17 +0000)
Changes
Imager.pm
META.yml

diff --git a/Changes b/Changes
index 8669bcc4a0145c12eba9d88a7057f4a9db73086c..2fe6271914f0af586e993422417d9373f117f8b9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1225,6 +1225,7 @@ Revision history for Perl extension Imager.
 0.45_02
 - some test scripts weren't fixing @INC correctly
 - t/t101jpeg.t wasn't skipping enough when there was no jpeg support
+- bump version to 0.45_02
   
 =================================================================
 
index 98fe950adb5653796314b172e4f73cb607ec041b..77aeb864cc9aabaa2e44969b679b39719c9a7eea 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -147,7 +147,7 @@ BEGIN {
   require Exporter;
   require DynaLoader;
 
-  $VERSION = '0.45_01';
+  $VERSION = '0.45_02';
   @ISA = qw(Exporter DynaLoader);
   bootstrap Imager $VERSION;
 }
index d37fa67dc4635b555a16afb62d60e576247ebfaf..5bbb24ff30b275f9898da513c9c7ade179127e48 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: Imager
-version: 0.45_01
+version: 0.45_02
 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
-generated_by: Imager version 0.45_01
+generated_by: Imager version 0.45_02