]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 23 Feb 2011 00:35:23 +0000 (00:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 23 Feb 2011 00:35:23 +0000 (00:35 +0000)
ImageMagick.spec
config/configure.xml
libtool
magick/version.h
version.sh

index 9de8102686bc80972208a4b7f490bc393e35451d..d24a9f4de0f0336d385a288e395446d9580c482d 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.7
-%global Patchlevel  10
+%global Patchlevel  9
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 2f834b10736455ab891ff44d40fc3e771534e113..0bf6f587cdbc29184258988085effc4f32f438ad 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x667"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,7,10"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,7,9"/>
   <configure name="RELEASE_DATE" value="2011-02-22"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index d1dc64dd3e3d00bbcde20aabbcbeb428a3a7bfcb..5eb38a74eadcc09ac1bfbc89eba04b2d84a0188a 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.7-10
+# Generated automatically by config.status (ImageMagick) 6.6.7-9
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index f3d210fd78d902770b4a3218550bccf47cd4f270..0d046f4b4dd478b4fe4c48521ff6d455a6b6797e 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x667
 #define MagickLibVersionText  "6.6.7"
 #define MagickLibVersionNumber  4,0,1
-#define MagickLibAddendum  "-10"
+#define MagickLibAddendum  "-9"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2011-02-22"
index aa602401dd06babd778c4ba16af14c054847b91d..c66b6090a4ec61f86c59425081627bc1b8d2aef6 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.7'
 PACKAGE_LIB_VERSION="0x667"
-PACKAGE_RELEASE="10"
+PACKAGE_RELEASE="9"
 PACKAGE_LIB_VERSION_NUMBER="6,6,7,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"