From: Tony Cook Date: Tue, 7 Dec 2004 23:06:23 +0000 (+0000) Subject: - built 0.43_03 for testing X-Git-Tag: Imager-0.48^2~268 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/05713703eb0f98dae8860eed92660e2ad9f97302 - built 0.43_03 for testing --- diff --git a/Changes b/Changes index 73c8192b..77dca852 100644 --- a/Changes +++ b/Changes @@ -946,6 +946,7 @@ Revision history for Perl extension Imager. I was going to include a META.yml but EU::MM's generation is too simplistic (and misses the leading document header too). For now I'll leave it out. +- built 0.43_03 for testing ================================================================= diff --git a/Imager.pm b/Imager.pm index fb279992..83a661e4 100644 --- a/Imager.pm +++ b/Imager.pm @@ -147,7 +147,7 @@ BEGIN { require Exporter; require DynaLoader; - $VERSION = '0.43_02'; + $VERSION = '0.43_03'; @ISA = qw(Exporter DynaLoader); bootstrap Imager $VERSION; }