]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 22 Feb 2011 12:05:25 +0000 (12:05 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 22 Feb 2011 12:05:25 +0000 (12:05 +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 ea66d39c2a06950ec0be0a3c5ed6b05707d07351..0bf6f587cdbc29184258988085effc4f32f438ad 100644 (file)
@@ -8,8 +8,8 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x667"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,7,10"/>
-  <configure name="RELEASE_DATE" value="2011-02-21"/>
+  <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"/>
   <configure name="EXEC-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 7b9648cc06d50311585e2e0188504db3f2850509..0d046f4b4dd478b4fe4c48521ff6d455a6b6797e 100644 (file)
@@ -30,10 +30,10 @@ 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-21"
+#define MagickReleaseDate  "2011-02-22"
 #define MagickChangeDate   "20110222"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
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"