]> git.imager.perl.org - imager.git/commitdiff
bump JPEG.pm version for iptc capture change
authorTony Cook <tony@develop-help.com>
Thu, 16 Aug 2012 09:50:05 +0000 (19:50 +1000)
committerTony Cook <tony@develop-help.com>
Thu, 16 Aug 2012 09:50:05 +0000 (19:50 +1000)
JPEG/JPEG.pm

index 370ad4b27d3a28c083d037b1ede47cd523ceb95a..1812140e562daf5f67330ebe14d8eb88956916a2 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.84";
+  $VERSION = "0.85";
 
   require XSLoader;
   XSLoader::load('Imager::File::JPEG', $VERSION);