From: cristy Date: Sat, 1 Sep 2012 21:58:09 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5023 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=763f7ee0cf435d16364114ff00271fc9d92b7eef;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index b75c549e7..353045a18 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,14 +27,14 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC" -#define MagickSVNRevision "9117:9136M" +#define MagickSVNRevision "9117:9197M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 7,0,0 #define MagickLibAddendum "-0" #define MagickLibInterface 7 #define MagickLibMinInterface 7 -#define MagickReleaseDate "2012-08-28" +#define MagickReleaseDate "2012-09-01" #define MagickChangeDate "20120808" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) diff --git a/config/ImageMagick.rdf b/config/ImageMagick.rdf index cda530537..094afeebd 100644 --- a/config/ImageMagick.rdf +++ b/config/ImageMagick.rdf @@ -5,7 +5,7 @@ ImageMagick ImageMagick: convert, edit, and compose images. - 2012-08-28 + 2012-09-01 ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. @@ -57,7 +57,7 @@ Examples of ImageMagick Usage shows how to use ImageMagick from the command-line stable - 2012-08-28 + 2012-09-01 7.0.0 -0 diff --git a/config/configure.xml b/config/configure.xml index 010f87d1b..679e417ba 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -10,8 +10,8 @@ - - + + diff --git a/configure b/configure index 2100401be..8bd086822 100755 --- a/configure +++ b/configure @@ -3666,7 +3666,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=9117:9136M +MAGICK_SVN_REVISION=9117:9197M diff --git a/configure.ac b/configure.ac index 2a8d175e5..846b0c04a 100755 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ AC_SUBST(PACKAGE_VERSION_ADDENDUM)dnl # Ensure that make can run correctly AM_SANITY_CHECK -AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip]) +AM_INIT_AUTOMAKE([1.12 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip]) # Enable support for silent build rules m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) diff --git a/m4/ax_opencl.m4 b/m4/ax_opencl.m4 index 28c17a762..bd3fd6df9 100644 --- a/m4/ax_opencl.m4 +++ b/m4/ax_opencl.m4 @@ -40,12 +40,12 @@ AC_REQUIRE([AC_PROG_SED])dnl AC_REQUIRE([ACX_PTHREAD])dnl AC_ARG_ENABLE([opencl], - [AC_HELP_STRING([--disable-opencl], - [do not use OpenCL])], - [disable_opencl=$enableval], - [disable_opencl='yes']) + [AC_HELP_STRING([--enable-opencl], + [enable OpenCL support])], + [enable_opencl=$enableval], + [enable_opencl='no']) -if test "$disable_opencl" = 'yes'; then +if test "$enable_opencl" = 'yes'; then AC_LANG_PUSH([$1]) AX_LANG_COMPILER_MS AS_IF([test X$ax_compiler_ms = Xno],