From 74e56384df926e85f3fe01c62735642186071c1c Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 25 Oct 2010 14:34:49 +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 4a96c1b9b..de2b84df3 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.5 -%global Patchlevel 5 +%global Patchlevel 4 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 50b7cc38c..fac3b54b8 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/libtool b/libtool index 35bc7c691..7b70e2fdb 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-5 +# Generated automatically by config.status (ImageMagick) 6.6.5-4 # 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 ec8cf8260..a13810474 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 "-5" +#define MagickLibAddendum "-4" #define MagickLibInterface 4 #define MagickLibMinInterface 4 #define MagickReleaseDate "2010-10-25" diff --git a/version.sh b/version.sh index e7775e34d..84e885801 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="5" +PACKAGE_RELEASE="4" PACKAGE_LIB_VERSION_NUMBER="6,6,5,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -- 2.50.1