From: cristy Date: Mon, 16 Nov 2009 00:40:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f2356f90e287a7534129beb42868e72dd1ff9d8;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 81ac3e340..4538c836c 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.5.7 -%define Patchlevel 8 +%define Patchlevel 9 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 63dff50a3..234bf7538 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/libtool b/libtool index b71117e23..967e124d8 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.5.7-8 +# Generated automatically by config.status (ImageMagick) 6.5.7-9 # 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 bf9f97022..e931ad8be 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x657 #define MagickLibVersionText "6.5.7" #define MagickLibVersionNumber 2,0,1 -#define MagickLibSubversion "-8" +#define MagickLibSubversion "-9" #define MagickReleaseDate "2009-11-15" #define MagickChangeDate "20091112" #define MagickAuthoritativeURL "http://www.imagemagick.org" diff --git a/version.sh b/version.sh index 1dd048038..a2115df00 100644 --- a/version.sh +++ b/version.sh @@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick' # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='6.5.7' PACKAGE_LIB_VERSION="0x657" -PACKAGE_RELEASE="8" +PACKAGE_RELEASE="9" PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 815ec5020..521b03322 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -523,7 +523,7 @@ Options used to compile and link:

Download the ImageMagick source distribution and verify the distribution against its message digest.

Unpack and change into the top-level ImageMagick directory:

-

$magick> tar xvfz ImageMagick-6.5.7-7.tar.gz $magick> cd ImageMagick-6.5.7

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

+

$magick> tar xvfz ImageMagick-6.5.7-8.tar.gz $magick> cd ImageMagick-6.5.7

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

$magick> export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \
-arch i386 -I/sw/include/"

Set your LDFLAGS environment variable to:

$magick> export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk/,-L/sw/lib/"

Configure ImageMagick:

@@ -598,7 +598,7 @@ Options used to compile and link: Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 0bd9936f5..782fa6279 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -123,7 +123,7 @@