From: cristy Date: Mon, 27 Aug 2012 13:05:42 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d49f42e72dd7f240388affc5b921e5aec5c296cb;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index b1a91bb07..57866071a 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,7 +27,7 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC" -#define MagickSVNRevision "9117:9135M" +#define MagickSVNRevision "9117:9136M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 7,0,0 diff --git a/Makefile.in b/Makefile.in index f7ce3786c..d4ae797ee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4951,7 +4951,7 @@ TESTS_TESTS = \ tests/wandtest.tap TESTS_EXTRA_DIST = \ - tests/common.shi \ + tests/common.shi.in \ tests/input_256c.miff \ tests/input_bilevel.miff \ tests/input_gray.miff \ diff --git a/config/configure.xml b/config/configure.xml index 723be7e6c..66c2f6533 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -10,7 +10,7 @@ - + diff --git a/configure b/configure index 0688a6ada..2100401be 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:9135M +MAGICK_SVN_REVISION=9117:9136M diff --git a/tests/Makefile.am b/tests/Makefile.am index 6fcfdbda3..4e5da686f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -49,7 +49,7 @@ TESTS_TESTS = \ tests/wandtest.tap TESTS_EXTRA_DIST = \ - tests/common.shi \ + tests/common.shi.in \ tests/input_256c.miff \ tests/input_bilevel.miff \ tests/input_gray.miff \