From: cristy Date: Sat, 9 Oct 2010 14:29:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e2662acb3a60d153d3fde97541a19db62f7dd84;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 0a5a3c914..59d2a2925 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ -%global VERSION 6.6.4 -%global Patchlevel 10 +%global VERSION 6.6.5 +%global Patchlevel 0 Name: ImageMagick Version: %{VERSION} diff --git a/Magick++/bin/Magick++-config b/Magick++/bin/Magick++-config index 917a32b52..cca65e9df 100755 --- a/Magick++/bin/Magick++-config +++ b/Magick++/bin/Magick++-config @@ -40,7 +40,7 @@ while test $# -gt 0; do echo $exec_prefix ;; --version) - echo '6.6.4 Q16 ' + echo '6.6.5 Q16 ' ;; --cflags) echo "-I${includedir} -fopenmp" diff --git a/Magick++/lib/ImageMagick++.pc b/Magick++/lib/ImageMagick++.pc index 259b185f0..1207b6e29 100644 --- a/Magick++/lib/ImageMagick++.pc +++ b/Magick++/lib/ImageMagick++.pc @@ -5,7 +5,7 @@ includedir=${prefix}/include/ImageMagick Name: ImageMagick++ -Version: 6.6.4 +Version: 6.6.5 Description: Magick++ - C++ API for ImageMagick Requires: ImageMagick Libs: -L${libdir} -lMagick++ diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm index b1a0e8d4c..f653f340c 100644 --- a/PerlMagick/Magick.pm +++ b/PerlMagick/Magick.pm @@ -30,7 +30,7 @@ require AutoLoader; ConfigureError FatalErrorException ); -$VERSION = '6.6.4'; +$VERSION = '6.6.5'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() @@ -109,7 +109,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.6.4/www/perl-magick.html + file:///usr/local/share/doc/ImageMagick-6.6.5/www/perl-magick.html http://www.imagemagick.org/script/perl-magick.php If you have problems, go to diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL index a03c87c8d..b8fc6cde1 100644 --- a/PerlMagick/Makefile.PL +++ b/PerlMagick/Makefile.PL @@ -188,7 +188,7 @@ WriteMakefile 'AUTHOR' => 'ImageMagick Studio LLC', # Module version - 'VERSION' => '6.6.4', + 'VERSION' => '6.6.5', # Preprocessor defines 'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING' diff --git a/config/configure.xml b/config/configure.xml index bf7e2cf1b..3bbce2dba 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -7,13 +7,13 @@ ]> - - - + + + - + diff --git a/index.html b/index.html index 8b8063e4a..b4ead2606 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@