From 94d9df4cdccb04cd355b6e57d5d0ba60c350a7b4 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 5 Nov 2010 17:08:54 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 2 +- libtool | 2 +- magick/version.h | 2 +- version.sh | 2 +- www/ImageMagickObject.html | 2 +- www/advanced-unix-installation.html | 2 +- www/advanced-windows-installation.html | 2 +- www/animate.html | 2 +- www/api.html | 42 +++++++++++++------------- www/api/animate.html | 2 +- www/api/annotate.html | 2 +- www/api/attribute.html | 2 +- www/api/blob.html | 2 +- www/api/cache-view.html | 2 +- www/api/cache.html | 2 +- www/api/cipher.html | 2 +- www/api/colormap.html | 2 +- www/api/compare.html | 2 +- www/api/composite.html | 2 +- www/api/constitute.html | 2 +- www/api/decorate.html | 2 +- www/api/deprecate.html | 2 +- www/api/distort.html | 2 +- www/api/draw.html | 2 +- www/api/effect.html | 2 +- www/api/enhance.html | 2 +- www/api/exception.html | 2 +- www/api/feature.html | 2 +- www/api/histogram.html | 2 +- www/api/image-view.html | 2 +- www/api/image.html | 2 +- www/api/layer.html | 2 +- www/api/list.html | 2 +- www/api/magick-deprecate.html | 2 +- www/api/magick-image.html | 2 +- www/api/magick-property.html | 2 +- www/api/magick.html | 2 +- www/api/memory.html | 2 +- www/api/mogrify.html | 2 +- www/api/monitor.html | 2 +- www/api/paint.html | 2 +- www/api/pixel-iterator.html | 2 +- www/api/property.html | 2 +- www/api/quantize.html | 2 +- www/api/registry.html | 2 +- www/api/resize.html | 2 +- www/api/resource.html | 2 +- www/api/segment.html | 2 +- www/api/statistic.html | 2 +- www/api/stream.html | 2 +- www/api/transform.html | 2 +- www/api/version.html | 2 +- www/api/wand-view.html | 2 +- www/binary-releases.html | 2 +- www/changelog.html | 2 +- www/cipher.html | 2 +- www/color.html | 2 +- www/command-line-processing.html | 2 +- www/command-line-tools.html | 6 ++-- www/compare.html | 2 +- www/compose.html | 2 +- www/conjure.html | 2 +- www/contact.html | 4 +-- www/convert.html | 2 +- www/display.html | 2 +- www/download.html | 2 +- www/escape.html | 2 +- www/examples.html | 4 +-- www/exception.html | 2 +- www/formats.html | 2 +- www/high-dynamic-range.html | 2 +- www/history.html | 4 +-- www/identify.html | 2 +- www/install-source.html | 2 +- www/jp2.html | 2 +- www/license.html | 2 +- www/magick-core.html | 2 +- www/magick-vector-graphics.html | 2 +- www/magick-wand.html | 2 +- www/miff.html | 2 +- www/mirrors.html | 6 ++-- www/mogrify.html | 2 +- www/montage.html | 2 +- www/motion-picture.html | 2 +- www/resources.html | 2 +- www/search.html | 2 +- www/sitemap.html | 4 +-- www/sponsors.html | 2 +- www/subversion.html | 2 +- www/t-shirt.html | 2 +- 91 files changed, 119 insertions(+), 119 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 86af5cd89..fe16aee64 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.5 -%global Patchlevel 6 +%global Patchlevel 7 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 9b00a2a1e..d2b7cbd78 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/libtool b/libtool index 67d8d9a57..62fe88f19 100755 --- a/libtool +++ b/libtool @@ -1,7 +1,7 @@ #! /bin/sh # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (ImageMagick) 6.6.5-6 +# Generated automatically by config.status (ImageMagick) 6.6.5-7 # Libtool was configured on host magick.imagemagick.org: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # diff --git a/magick/version.h b/magick/version.h index 50c76f061..faabfc2b1 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x665 #define MagickLibVersionText "6.6.5" #define MagickLibVersionNumber 4,0,0 -#define MagickLibAddendum "-6" +#define MagickLibAddendum "-7" #define MagickLibInterface 4 #define MagickLibMinInterface 4 #define MagickReleaseDate "2010-11-05" diff --git a/version.sh b/version.sh index e7c54af76..fdcf0d059 100644 --- a/version.sh +++ b/version.sh @@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick' # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='6.6.5' PACKAGE_LIB_VERSION="0x665" -PACKAGE_RELEASE="6" +PACKAGE_RELEASE="7" PACKAGE_LIB_VERSION_NUMBER="6,6,5,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 2ea77c359..1fb5bf5d4 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -128,7 +128,7 @@