]> granicus.if.org Git - imagemagick/blobdiff - PerlMagick/Magick.pm
...
[imagemagick] / PerlMagick / Magick.pm
index dcda837a1446b45cb6e818a83434a5b71c03bb2c..26115ecb5f224b78b42a26fc313abf6eea53ad08 100644 (file)
@@ -1,6 +1,6 @@
 package Image::Magick;
 
-#  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization
+#  Copyright 1999-2017 ImageMagick Studio LLC, a non-profit organization
 #  dedicated to making software imaging solutions freely available.
 #
 #  You may not use this file except in compliance with the License.  You may
@@ -16,6 +16,7 @@ package Image::Magick;
 #
 #  Initial version, written by Kyle Shorter.
 
+
 use strict;
 use Carp;
 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD);
@@ -43,7 +44,7 @@ require AutoLoader;
       ConfigureError FatalErrorException
     );
 
-$VERSION = '7.00';
+$VERSION = '7.06';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -122,7 +123,7 @@ It was originally developed to be used by CGI scripts for Web pages.
 
 A web page has been set up for this extension. See:
 
-        file:///usr/local/share/doc/ImageMagick-6.8.2/www/perl-magick.html
+        file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
         http://www.imagemagick.org/script/perl-magick.php
 
 If you have problems, go to