X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/d03fd5a40a0a0901a91966b938b2e872bfa0ee03..c7f0603905e174ab3d1352d1e8535b8eafd001bd:/TIFF/TIFF.pm diff --git a/TIFF/TIFF.pm b/TIFF/TIFF.pm index 55e3ca9b..f31103a5 100644 --- a/TIFF/TIFF.pm +++ b/TIFF/TIFF.pm @@ -4,7 +4,7 @@ use Imager; use vars qw($VERSION @ISA); BEGIN { - $VERSION = "0.83"; + $VERSION = "0.89"; require XSLoader; XSLoader::load('Imager::File::TIFF', $VERSION);