From: cristy Date: Sun, 2 Oct 2011 23:08:32 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6915 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de1ef2626e2e931ed5ff7dad6f20927c9621987d;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index c2882de78..b875ec400 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,7 +27,7 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2011 ImageMagick Studio LLC" -#define MagickSVNRevision "5446" +#define MagickSVNRevision "5481" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 7,0,0 diff --git a/Makefile.in b/Makefile.in index fc8031019..20a8ea927 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2791,7 +2791,7 @@ configlib_DATA = \ config/magic.xml \ config/mime.xml \ config/policy.xml \ - config/sRGB.icm \ + config/sRGB.icc \ config/thresholds.xml \ config/type.xml \ config/type-dejavu.xml \ @@ -2812,7 +2812,7 @@ CONFIG_EXTRA_DIST = \ config/magic.xml \ config/mime.xml \ config/policy.xml \ - config/sRGB.icm \ + config/sRGB.icc \ config/thresholds.xml \ config/type-dejavu.xml.in \ config/type-ghostscript.xml.in \ diff --git a/config/Makefile.am b/config/Makefile.am index 57aba5440..e496fb8ee 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -34,7 +34,7 @@ configlib_DATA = \ config/magic.xml \ config/mime.xml \ config/policy.xml \ - config/sRGB.icm \ + config/sRGB.icc \ config/thresholds.xml \ config/type.xml \ config/type-dejavu.xml \ @@ -55,7 +55,7 @@ CONFIG_EXTRA_DIST = \ config/magic.xml \ config/mime.xml \ config/policy.xml \ - config/sRGB.icm \ + config/sRGB.icc \ config/thresholds.xml \ config/type-dejavu.xml.in \ config/type-ghostscript.xml.in \ diff --git a/config/configure.xml b/config/configure.xml index f80ee593a..4fd83974c 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -10,7 +10,7 @@ - + diff --git a/config/sRGB.icc b/config/sRGB.icc new file mode 100644 index 000000000..cfbd03e1f Binary files /dev/null and b/config/sRGB.icc differ diff --git a/config/sRGB.icm b/config/sRGB.icm deleted file mode 100644 index 7f9d18d09..000000000 Binary files a/config/sRGB.icm and /dev/null differ diff --git a/configure b/configure index b8df86d99..6df403f67 100755 --- a/configure +++ b/configure @@ -3584,7 +3584,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=5446 +MAGICK_SVN_REVISION=5481