]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 24 Feb 2013 18:21:45 +0000 (18:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 24 Feb 2013 18:21:45 +0000 (18:21 +0000)
MagickCore/version.h
configure
configure.ac

index 31c177ea58519da117672dc5882d11a90b052506..bf93eb22b55dab4bd36ff5fc1e3ea54011960905 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2013 ImageMagick Studio LLC"
-#define MagickSVNRevision  "11115:11140M"
+#define MagickSVNRevision  "11115:11142M"
 #define MagickLibVersion  0x700
 #define MagickLibVersionText  "7.0.0"
 #define MagickLibVersionNumber  1,0,0
index 98abf96de45c855209cd171633e9f1b96106b42f..ed0a67240153382760e1c33e02aa86087d95d7c9 100755 (executable)
--- a/configure
+++ b/configure
@@ -3671,7 +3671,7 @@ MAGICK_PATCHLEVEL_VERSION=0
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_SVN_REVISION=11115:11140M
+MAGICK_SVN_REVISION=11115:11142M
 
 
 # Substitute library versioning
@@ -8970,7 +8970,7 @@ else
 fi
 
 
-eval "eval INCLUDEARCH_DIR=$includearch_dir"
+eval "eval INCLUDEARCH_DIR=$includearch_dir-$MAGICK_MAJOR_VERSION"
 
 
 #
index ce68bba105a3e20549f19aa4829b576812c0ab06..f1187abf61130564e9b604ffb45e8662bf62af92 100755 (executable)
@@ -415,7 +415,7 @@ AC_ARG_WITH([includearch-dir],
                     [includearch_dir=$withval],
                     [includearch_dir=$INCLUDE_DIR])
 
-eval "eval INCLUDEARCH_DIR=$includearch_dir"
+eval "eval INCLUDEARCH_DIR=$includearch_dir-$MAGICK_MAJOR_VERSION"
 AC_SUBST(INCLUDEARCH_DIR)
 
 #