Skip to content

Commit fbb4a97

Browse files
author
cristy
committed
1 parent 8a0e443 commit fbb4a97

File tree

112 files changed

+333
-320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+333
-320
lines changed

ImageMagick.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%global VERSION 6.6.2
2-
%global Patchlevel 10
1+
%global VERSION 6.6.3
2+
%global Patchlevel 0
33

44
Name: ImageMagick
55
Version: %{VERSION}

Magick++/bin/Magick++-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ while test $# -gt 0; do
4040
echo $exec_prefix
4141
;;
4242
--version)
43-
echo '6.6.2 Q16 '
43+
echo '6.6.3 Q16 '
4444
;;
4545
--cflags)
4646
echo "-I${includedir} -fopenmp"

Magick++/lib/ImageMagick++.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include/ImageMagick
55

66

77
Name: ImageMagick++
8-
Version: 6.6.2
8+
Version: 6.6.3
99
Description: Magick++ - C++ API for ImageMagick
1010
Requires: ImageMagick
1111
Libs: -L${libdir} -lMagick++

PerlMagick/Magick.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require AutoLoader;
3030
ConfigureError FatalErrorException
3131
);
3232

33-
$VERSION = '6.6.2';
33+
$VERSION = '6.6.3';
3434

3535
sub AUTOLOAD {
3636
# 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.
109109
110110
A web page has been set up for this extension. See:
111111
112-
file:///usr/local/share/doc/ImageMagick-6.6.2/www/perl-magick.html
112+
file:///usr/local/share/doc/ImageMagick-6.6.3/www/perl-magick.html
113113
http://www.imagemagick.org/script/perl-magick.php
114114
115115
If you have problems, go to

PerlMagick/Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ WriteMakefile
171171
'AUTHOR' => 'ImageMagick Studio LLC',
172172

173173
# Module version
174-
'VERSION' => '6.6.2',
174+
'VERSION' => '6.6.3',
175175

176176
# Preprocessor defines
177177
'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING'

config/configure.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
]>
88
<configuremap>
99
<configure name="NAME" value="ImageMagick"/>
10-
<configure name="LIB_VERSION" value="0x662"/>
11-
<configure name="LIB_VERSION_NUMBER" value="6,6,2,10"/>
12-
<configure name="RELEASE_DATE" value="2010-06-29"/>
10+
<configure name="LIB_VERSION" value="0x663"/>
11+
<configure name="LIB_VERSION_NUMBER" value="6,6,3,0"/>
12+
<configure name="RELEASE_DATE" value="2010-06-30"/>
1313
<configure name="CONFIGURE" value="./configure "/>
1414
<configure name="PREFIX" value="/usr/local"/>
1515
<configure name="EXEC-PREFIX" value="/usr/local"/>
16-
<configure name="VERSION" value="6.6.2"/>
16+
<configure name="VERSION" value="6.6.3"/>
1717
<configure name="CC" value="gcc -std=gnu99 -std=gnu99"/>
1818
<configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -pthread"/>
1919
<configure name="CPPFLAGS" value="-I/usr/local/include/ImageMagick"/>

configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.65 for ImageMagick 6.6.2.
3+
# Generated by GNU Autoconf 2.65 for ImageMagick 6.6.3.
44
#
55
# Report bugs to <http://www.imagemagick.org>.
66
#
@@ -566,8 +566,8 @@ MAKEFLAGS=
566566
# Identity of this package.
567567
PACKAGE_NAME='ImageMagick'
568568
PACKAGE_TARNAME='ImageMagick'
569-
PACKAGE_VERSION='6.6.2'
570-
PACKAGE_STRING='ImageMagick 6.6.2'
569+
PACKAGE_VERSION='6.6.3'
570+
PACKAGE_STRING='ImageMagick 6.6.3'
571571
PACKAGE_BUGREPORT='http://www.imagemagick.org'
572572
PACKAGE_URL=''
573573

@@ -1688,7 +1688,7 @@ if test "$ac_init_help" = "long"; then
16881688
# Omit some internal or obsolete options to make the list less imposing.
16891689
# This message is too long to be a string in the A/UX 3.1 sh.
16901690
cat <<_ACEOF
1691-
\`configure' configures ImageMagick 6.6.2 to adapt to many kinds of systems.
1691+
\`configure' configures ImageMagick 6.6.3 to adapt to many kinds of systems.
16921692

16931693
Usage: $0 [OPTION]... [VAR=VALUE]...
16941694

@@ -1763,7 +1763,7 @@ fi
17631763

17641764
if test -n "$ac_init_help"; then
17651765
case $ac_init_help in
1766-
short | recursive ) echo "Configuration of ImageMagick 6.6.2:";;
1766+
short | recursive ) echo "Configuration of ImageMagick 6.6.3:";;
17671767
esac
17681768
cat <<\_ACEOF
17691769

@@ -1968,7 +1968,7 @@ fi
19681968
test -n "$ac_init_help" && exit $ac_status
19691969
if $ac_init_version; then
19701970
cat <<\_ACEOF
1971-
ImageMagick configure 6.6.2
1971+
ImageMagick configure 6.6.3
19721972
generated by GNU Autoconf 2.65
19731973

19741974
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2881,7 +2881,7 @@ cat >config.log <<_ACEOF
28812881
This file contains any messages produced by compilers while
28822882
running configure, to aid debugging if configure makes a mistake.
28832883

2884-
It was created by ImageMagick $as_me 6.6.2, which was
2884+
It was created by ImageMagick $as_me 6.6.3, which was
28852885
generated by GNU Autoconf 2.65. Invocation command line was
28862886

28872887
$ $0 $@
@@ -33225,7 +33225,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3322533225
# report actual input values of CONFIG_FILES etc. instead of their
3322633226
# values after options handling.
3322733227
ac_log="
33228-
This file was extended by ImageMagick $as_me 6.6.2, which was
33228+
This file was extended by ImageMagick $as_me 6.6.3, which was
3322933229
generated by GNU Autoconf 2.65. Invocation command line was
3323033230

3323133231
CONFIG_FILES = $CONFIG_FILES
@@ -33291,7 +33291,7 @@ _ACEOF
3329133291
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3329233292
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3329333293
ac_cs_version="\\
33294-
ImageMagick config.status 6.6.2
33294+
ImageMagick config.status 6.6.3
3329533295
configured by $0, generated by GNU Autoconf 2.65,
3329633296
with options \\"\$ac_cs_config\\"
3329733297

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Copyright (C) 2003 - 2008 GraphicsMagick Group
1616

1717
AC_PREREQ(2.64)
18-
AC_INIT([ImageMagick],[6.6.2],[http://www.imagemagick.org],[ImageMagick])
18+
AC_INIT([ImageMagick],[6.6.3],[http://www.imagemagick.org],[ImageMagick])
1919
AC_CONFIG_SRCDIR([magick/MagickCore.h])
2020
AC_CONFIG_AUX_DIR([config])
2121
AC_CONFIG_MACRO_DIR([m4])

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<a title="Sponsor: Druckerei Online" href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
143143
</div>
144144
<div class="sponsor">
145-
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/" title="Webdesign">Webdesign</a><!-- 20111001000240 -->
145+
<a title="Sponsor: Online-Magazin" href="http://www.unkostenbeitrag.de/" title="Online-Magazin">Online-Magazin</a><!-- 20101101000200 -->
146146
</div>
147147
</div>
148148
</div>

libtool

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22

33
# libtool - Provide generalized library-building support services.
4-
# Generated automatically by config.status (ImageMagick) 6.6.2-10
4+
# Generated automatically by config.status (ImageMagick) 6.6.3-0
55
# Libtool was configured on host magick.imagemagick.org:
66
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
77
#

magick/ImageMagick.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=${prefix}/include/ImageMagick
55

66
Name: ImageMagick
77
Description: ImageMagick - Convert, Edit, and Compose Images
8-
Version: 6.6.2
8+
Version: 6.6.3
99
Libs: -L${libdir} -lMagickCore
1010
Cflags: -I${includedir} -fopenmp

magick/Magick-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ while test $# -gt 0; do
3737
echo $exec_prefix
3838
;;
3939
--version)
40-
echo '6.6.2 Q16 '
40+
echo '6.6.3 Q16 '
4141
;;
4242
--cflags)
4343
echo "-I${includedir} -fopenmp"

magick/magick-config.h

+14-14
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434

3535
/* Location of coder modules */
3636
#ifndef MAGICKCORE_CODER_PATH
37-
#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.2/modules-Q16/coders/"
37+
#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/coders/"
3838
#endif
3939

4040
/* Subdirectory of lib where coder modules are installed */
4141
#ifndef MAGICKCORE_CODER_RELATIVE_PATH
42-
#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.2/modules-Q16/coders"
42+
#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/coders"
4343
#endif
4444

4545
/* Directory where architecture-dependent configuration files live. */
4646
#ifndef MAGICKCORE_CONFIGURE_PATH
47-
#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.2/config/"
47+
#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.3/config/"
4848
#endif
4949

5050
/* Subdirectory of lib where architecture-dependent configuration files live.
5151
*/
5252
#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
53-
#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.2/config"
53+
#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config"
5454
#endif
5555

5656
/* Define if you have DJVU library */
@@ -60,7 +60,7 @@
6060

6161
/* Directory where ImageMagick documents live. */
6262
#ifndef MAGICKCORE_DOCUMENTATION_PATH
63-
#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.2/"
63+
#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.3/"
6464
#endif
6565

6666
/* Define if you have Display Postscript */
@@ -84,12 +84,12 @@
8484

8585
/* Location of filter modules */
8686
#ifndef MAGICKCORE_FILTER_PATH
87-
#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.2/modules-Q16/filters/"
87+
#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/filters/"
8888
#endif
8989

9090
/* Subdirectory of lib where filter modules are installed */
9191
#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
92-
#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.2/modules-Q16/filters"
92+
#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/filters"
9393
#endif
9494

9595
/* Define if you have FONTCONFIG library */
@@ -1045,13 +1045,13 @@
10451045

10461046
/* Directory where architecture-dependent files live. */
10471047
#ifndef MAGICKCORE_LIBRARY_PATH
1048-
#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.2/"
1048+
#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.3/"
10491049
#endif
10501050

10511051
/* Subdirectory of lib where ImageMagick architecture dependent files are
10521052
installed */
10531053
#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
1054-
#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.2"
1054+
#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.3"
10551055
#endif
10561056

10571057
/* Define if you have LQR library */
@@ -1122,7 +1122,7 @@
11221122

11231123
/* Define to the full name and version of this package. */
11241124
#ifndef MAGICKCORE_PACKAGE_STRING
1125-
#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.2"
1125+
#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.3"
11261126
#endif
11271127

11281128
/* Define to the one symbol short name of this package. */
@@ -1137,7 +1137,7 @@
11371137

11381138
/* Define to the version of this package. */
11391139
#ifndef MAGICKCORE_PACKAGE_VERSION
1140-
#define MAGICKCORE_PACKAGE_VERSION "6.6.2"
1140+
#define MAGICKCORE_PACKAGE_VERSION "6.6.3"
11411141
#endif
11421142

11431143
/* Define if you have PNG library */
@@ -1184,18 +1184,18 @@
11841184

11851185
/* Directory where architecture-independent configuration files live. */
11861186
#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
1187-
#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.2/config/"
1187+
#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.3/config/"
11881188
#endif
11891189

11901190
/* Subdirectory of lib where architecture-independent configuration files
11911191
live. */
11921192
#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
1193-
#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.2/config"
1193+
#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config"
11941194
#endif
11951195

11961196
/* Directory where architecture-independent files live. */
11971197
#ifndef MAGICKCORE_SHARE_PATH
1198-
#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.2/"
1198+
#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.3/"
11991199
#endif
12001200

12011201
/* The size of `off_t', as computed by sizeof. */

magick/version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ extern "C" {
2727
*/
2828
#define MagickPackageName "ImageMagick"
2929
#define MagickCopyright "Copyright (C) 1999-2010 ImageMagick Studio LLC"
30-
#define MagickLibVersion 0x662
31-
#define MagickLibVersionText "6.6.2"
30+
#define MagickLibVersion 0x663
31+
#define MagickLibVersionText "6.6.3"
3232
#define MagickLibVersionNumber 4,0,0
33-
#define MagickLibAddendum "-10"
33+
#define MagickLibAddendum "-0"
3434
#define MagickLibInterface 4
3535
#define MagickLibMinInterface 4
36-
#define MagickReleaseDate "2010-06-29"
36+
#define MagickReleaseDate "2010-06-30"
3737
#define MagickChangeDate "20100628"
3838
#define MagickAuthoritativeURL "http://www.imagemagick.org"
39-
#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.2/index.html"
39+
#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.3/index.html"
4040
#if (MAGICKCORE_QUANTUM_DEPTH == 8)
4141
#define MagickQuantumDepth "Q8"
4242
#define MagickQuantumRange "255"

utilities/ImageMagick.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ saves any visible window on an X server and outputs it as an image file. You can
6161

6262
interprets and executes scripts written in the Magick Scripting Language (MSL).
6363
.PP
64-
For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/index.html or http://www.imagemagick.org/.
64+
For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/index.html or http://www.imagemagick.org/.
6565
.SH SEE ALSO
6666
convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4)
6767

6868
.SH COPYRIGHT
69-
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
69+
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP

utilities/animate.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ animate \- animates an image or image sequence on any X server.
77
.SH OVERVIEW
88
The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on any X server.
99

10-
For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/animate.html or http://www.imagemagick.org/script/animate.php.
10+
For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/animate.html or http://www.imagemagick.org/script/animate.php.
1111
.SH DESCRIPTION
1212
Image Settings:
1313
\-authenticate value decrypt image with this password
@@ -93,4 +93,4 @@ ImageMagick(1)
9393

9494
.SH COPYRIGHT
9595

96-
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
96+
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP

utilities/compare.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ compare \- mathematically and visually annotate the difference between an image
77
.SH OVERVIEW
88
The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
99

10-
For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/compare.html or http://www.imagemagick.org/script/compare.php.
10+
For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/compare.html or http://www.imagemagick.org/script/compare.php.
1111
.SH DESCRIPTION
1212
Image Settings:
1313
\-authenticate value decrypt image with this password
@@ -63,4 +63,4 @@ ImageMagick(1)
6363

6464
.SH COPYRIGHT
6565

66-
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
66+
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP

utilities/composite.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ composite \- overlaps one image over another.
77
.SH OVERVIEW
88
The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools. Use it to overlap one image over another.
99

10-
For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/composite.html or http://www.imagemagick.org/script/composite.php.
10+
For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/composite.html or http://www.imagemagick.org/script/composite.php.
1111
.SH DESCRIPTION
1212
Image Settings:
1313
\-affine matrix affine transform matrix
@@ -101,4 +101,4 @@ ImageMagick(1)
101101

102102
.SH COPYRIGHT
103103

104-
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
104+
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP

utilities/conjure.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ conjure \- interprets and executes scripts written in the Magick Scripting Langu
77
.SH OVERVIEW
88
The \fBconjure\fP program is a member of the ImageMagick(1) suite of tools. Use it to process a Magick Scripting Language (MSL) script. The Magick scripting language (MSL) will primarily benefit those that want to accomplish custom image processing tasks but do not wish to program, or those that do not have access to a Perl interpreter or a compiler.
99

10-
For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
10+
For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
1111
.SH DESCRIPTION
1212
Image Settings:
1313
\-monitor monitor progress
@@ -31,4 +31,4 @@ ImageMagick(1)
3131

3232
.SH COPYRIGHT
3333

34-
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
34+
\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP

0 commit comments

Comments
 (0)