]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 9 Jun 2011 02:10:41 +0000 (02:10 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 9 Jun 2011 02:10:41 +0000 (02:10 +0000)
ImageMagick.spec
config/configure.xml
libtool
magick/version.h
version.sh

index eb75ed09a48a14bcf4ef6911c27643a1efbd50be..af76a0e0d83517d135942e31cdb379cc8f2fd532 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.7.0
-%global Patchlevel  7
+%global Patchlevel  6
 
 Name:           ImageMagick
 Version:        %{VERSION}
index ad464e9d92a0c1e284da2ae4a96ca4c33e4bd0d3..930574eb567d7c46014a01fd30db34f3affb60d8 100644 (file)
@@ -9,7 +9,7 @@
   <configure name="NAME" value="ImageMagick"/>
   <configure name="VERSION" value="6.7.0"/>
   <configure name="LIB_VERSION" value="0x670"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,7,0,7"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,7,0,6"/>
   <configure name="SVN_REVISION" value="4529" />
   <configure name="RELEASE_DATE" value="2011-06-08"/>
   <configure name="CONFIGURE" value="./configure "/>
diff --git a/libtool b/libtool
index b335ace0f6c6ca11f8eebe74e448a3fc38771969..976c73e83f8f8e049ea4e559d33c85d240a089b3 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.7.0-7
+# Generated automatically by config.status (ImageMagick) 6.7.0-6
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index 19a694acef34f86e2c4564893a498f005e956c5a..6fd48fc00e0a2231a5ffac2132a5db4ee239887c 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
 #define MagickLibVersion  0x670
 #define MagickLibVersionText  "6.7.0"
 #define MagickLibVersionNumber  4,0,1
-#define MagickLibAddendum  "-7"
+#define MagickLibAddendum  "-6"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2011-06-08"
index 26ee0670d2f7653caef29ffc9e796a13cf15aa60..0b6bb0a777770a4dfe884e9d1bff9764eb79e718 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.7.0'
 PACKAGE_LIB_VERSION="0x670"
-PACKAGE_RELEASE="7"
+PACKAGE_RELEASE="6"
 PACKAGE_LIB_VERSION_NUMBER="6,7,0,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"