From 1d3f70a5b2d1cde6667953be9c490db3a6d5f2a7 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 26 Jun 2010 01:34:41 +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 f037c37db..3d8422134 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.2 -%global Patchlevel 8 +%global Patchlevel 9 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 712f823f0..902c168da 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/libtool b/libtool index 1f9bd6950..bb7261197 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.2-8 +# Generated automatically by config.status (ImageMagick) 6.6.2-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 93b307d9f..55721b8c4 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x662 #define MagickLibVersionText "6.6.2" #define MagickLibVersionNumber 3,0,0 -#define MagickLibAddendum "-8" +#define MagickLibAddendum "-9" #define MagickLibInterface 3 #define MagickLibMinInterface 3 #define MagickReleaseDate "2010-06-25" diff --git a/version.sh b/version.sh index 5782b6cb4..aa3d544b9 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.2' PACKAGE_LIB_VERSION="0x662" -PACKAGE_RELEASE="8" +PACKAGE_RELEASE="9" PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -- 2.40.0