From 6837648320ca49f85f9f235f975d9710043b22b3 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 11 Nov 2010 01:27:36 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 2 +- configure | 18 +++++++++--------- configure.ac | 2 +- libtool | 2 +- magick/magick-config.h | 4 ++-- magick/version.h | 2 +- version.sh | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 94b909ac4..df6b22a1f 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.5 -%global Patchlevel 9 +%global Patchlevel 8 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 7de177572..c88d640a8 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/configure b/configure index d93c6baf0..838bb9b1d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.66 for ImageMagick 6.6.4. +# Generated by GNU Autoconf 2.66 for ImageMagick 6.6.5. # # Report bugs to . # @@ -566,8 +566,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ImageMagick' PACKAGE_TARNAME='ImageMagick' -PACKAGE_VERSION='6.6.4' -PACKAGE_STRING='ImageMagick 6.6.4' +PACKAGE_VERSION='6.6.5' +PACKAGE_STRING='ImageMagick 6.6.5' PACKAGE_BUGREPORT='http://www.imagemagick.org' PACKAGE_URL='' @@ -1691,7 +1691,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ImageMagick 6.6.4 to adapt to many kinds of systems. +\`configure' configures ImageMagick 6.6.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1766,7 +1766,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ImageMagick 6.6.4:";; + short | recursive ) echo "Configuration of ImageMagick 6.6.5:";; esac cat <<\_ACEOF @@ -1971,7 +1971,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ImageMagick configure 6.6.4 +ImageMagick configure 6.6.5 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2887,7 +2887,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ImageMagick $as_me 6.6.4, which was +It was created by ImageMagick $as_me 6.6.5, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -33358,7 +33358,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ImageMagick $as_me 6.6.4, which was +This file was extended by ImageMagick $as_me 6.6.5, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -33424,7 +33424,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ImageMagick config.status 6.6.4 +ImageMagick config.status 6.6.5 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 88291c97f..5c03679ff 100755 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # Copyright (C) 2003 - 2008 GraphicsMagick Group AC_PREREQ(2.64) -AC_INIT([ImageMagick],[6.6.4],[http://www.imagemagick.org],[ImageMagick]) +AC_INIT([ImageMagick],[6.6.5],[http://www.imagemagick.org],[ImageMagick]) AC_CONFIG_SRCDIR([magick/MagickCore.h]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/libtool b/libtool index 22790fad0..a4b4077d9 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-9 +# Generated automatically by config.status (ImageMagick) 6.6.5-8 # 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/magick-config.h b/magick/magick-config.h index 6a5282659..5a23cf33c 100644 --- a/magick/magick-config.h +++ b/magick/magick-config.h @@ -1150,7 +1150,7 @@ /* Define to the full name and version of this package. */ #ifndef MAGICKCORE_PACKAGE_STRING -#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.4" +#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.5" #endif /* Define to the one symbol short name of this package. */ @@ -1165,7 +1165,7 @@ /* Define to the version of this package. */ #ifndef MAGICKCORE_PACKAGE_VERSION -#define MAGICKCORE_PACKAGE_VERSION "6.6.4" +#define MAGICKCORE_PACKAGE_VERSION "6.6.5" #endif /* Define if you have PNG library */ diff --git a/magick/version.h b/magick/version.h index 7b4b63e65..fc847796f 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 "-9" +#define MagickLibAddendum "-8" #define MagickLibInterface 4 #define MagickLibMinInterface 4 #define MagickReleaseDate "2010-11-10" diff --git a/version.sh b/version.sh index 8a02288ad..0e815fb36 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="9" +PACKAGE_RELEASE="8" PACKAGE_LIB_VERSION_NUMBER="6,6,5,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -- 2.50.1