diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm
index 2ccf877..25e9195 100644
--- a/PerlMagick/Magick.pm
+++ b/PerlMagick/Magick.pm
@@ -30,7 +30,7 @@
ConfigureError FatalErrorException
);
-$VERSION = '6.5.7';
+$VERSION = '6.5.8';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -109,7 +109,7 @@
A Web page has been set up for this extension. See:
- file:///usr/local/share/doc/ImageMagick-6.5.7/www/perl-magick.html
+ file:///usr/local/share/doc/ImageMagick-6.5.8/www/perl-magick.html
http://www.imagemagick.org/script/perl-magick.php
=head1 AUTHOR
diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL
index 8b90a30..3ab58f8 100644
--- a/PerlMagick/Makefile.PL
+++ b/PerlMagick/Makefile.PL
@@ -171,7 +171,7 @@
'AUTHOR' => 'ImageMagick Studio LLC',
# Module version
- 'VERSION' => '6.5.7',
+ 'VERSION' => '6.5.8',
# Preprocessor defines
'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING'