]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 7 Jun 2010 14:21:10 +0000 (14:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 7 Jun 2010 14:21:10 +0000 (14:21 +0000)
ImageMagick.spec
Magick++/tests/montageImages.cpp
config/configure.xml
libtool
magick/version.h
version.sh

index 831c1dc7eef00009876b320ac01cafd24ea198a7..b6b36d51e25920f6802fbacba790e1e8eca9eaa9 100644 (file)
@@ -1,5 +1,5 @@
 %define VERSION  6.6.2
-%define Patchlevel  4
+%define Patchlevel  3
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 482f14b62c21e00f9bca537e32516c9a38576370..3e3e63d3284f67712ed7b4fc4ca7c7a00e7d919e 100644 (file)
@@ -44,7 +44,7 @@ int main( int /*argc*/, char ** /*argv*/)
     montageImages( &montage, imageList.begin(), imageList.end(), montageOpts );
 
     {
-      Geometry targetGeometry(128, 126 );
+      Geometry targetGeometry(120, 120 );
       if ( montage[0].montageGeometry() != targetGeometry )
         {
           ++failures;
@@ -58,7 +58,7 @@ int main( int /*argc*/, char ** /*argv*/)
         }
     }
 
-    if ( montage[0].columns() != 768 || montage[0].rows() != 504 )
+    if ( montage[0].columns() != 720 || montage[0].rows() != 480 )
       {
        ++failures;
        cout << "Line: " << __LINE__ 
@@ -93,7 +93,7 @@ int main( int /*argc*/, char ** /*argv*/)
       }
 
     {
-      Geometry targetGeometry( 66, 70 );
+      Geometry targetGeometry( 62, 66 );
       if ( montage[0].montageGeometry() != targetGeometry )
         {
           ++failures;
@@ -107,7 +107,7 @@ int main( int /*argc*/, char ** /*argv*/)
         }
     }
 
-    if ( montage[0].columns() != 136 || montage[0].rows() != 70 )
+    if ( montage[0].columns() != 128 || montage[0].rows() != 66 )
       {
        ++failures;
        cout << "Line: " << __LINE__ 
index a9d4a2b95bdac8a6ef88c0fd2c341467d3c6a66a..344c9685ebb6722d2accade19396370c5292cbf6 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x662"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,2,4"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,2,3"/>
   <configure name="RELEASE_DATE" value="2010-06-07"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index 234ee1c7b02609ccd39d89c2592a2cb6d0477c7e..43c01d9602b749fd874e414dcb6cd7695e4f3b2a 100755 (executable)
--- 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.2-4
+# Generated automatically by config.status (ImageMagick) 6.6.2-3
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index b41ea93affbbf38285cc13baf3277b15393135eb..c2d152bb30c5438dd9fab6b9003858d60962f5e9 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x662
 #define MagickLibVersionText  "6.6.2"
 #define MagickLibVersionNumber  3,0,0
-#define MagickLibAddendum  "-4"
+#define MagickLibAddendum  "-3"
 #define MagickLibInterface  3
 #define MagickLibMinInterface  3
 #define MagickReleaseDate  "2010-06-07"
index 9e2ef6212d06f68b36c50502f67f54a0c54c2548..f4475f4877cd9ece35fd1ae9f1dbd6c3ee2ccf7d 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.2'
 PACKAGE_LIB_VERSION="0x662"
-PACKAGE_RELEASE="4"
+PACKAGE_RELEASE="3"
 PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"