From 76c656640a1f27399d38beba4bf61418eb1e2276 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 23 Feb 2011 00:35:23 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 2 +- libtool | 2 +- magick/version.h | 2 +- version.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 9de810268..d24a9f4de 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.7 -%global Patchlevel 10 +%global Patchlevel 9 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 2f834b107..0bf6f587c 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/libtool b/libtool index d1dc64dd3..5eb38a74e 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.7-10 +# Generated automatically by config.status (ImageMagick) 6.6.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 f3d210fd7..0d046f4b4 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x667 #define MagickLibVersionText "6.6.7" #define MagickLibVersionNumber 4,0,1 -#define MagickLibAddendum "-10" +#define MagickLibAddendum "-9" #define MagickLibInterface 4 #define MagickLibMinInterface 4 #define MagickReleaseDate "2011-02-22" diff --git a/version.sh b/version.sh index aa602401d..c66b6090a 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.7' PACKAGE_LIB_VERSION="0x667" -PACKAGE_RELEASE="10" +PACKAGE_RELEASE="9" PACKAGE_LIB_VERSION_NUMBER="6,6,7,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -- 2.49.0