]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 19 Nov 2009 19:05:39 +0000 (19:05 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 19 Nov 2009 19:05:39 +0000 (19:05 +0000)
ImageMagick.spec
config/configure.xml
libtool
magick/version.h
version.sh

index 6e91139ad9746d550b3a636cdb2b6620c1c1f68e..4538c836c393536261e20f85d85aba2ac256d5cd 100644 (file)
@@ -1,5 +1,5 @@
 %define VERSION  6.5.7
-%define Patchlevel  10
+%define Patchlevel  9
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 69b989ffaea040b139282dae7f8fd387ae490eff..8dbe6d784e4539b787bef1834927e4e9fbee8d71 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x657"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,5,7,10"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,5,7,9"/>
   <configure name="RELEASE_DATE" value="2009-11-19"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index ddf407e1a161a1927e6fe2df94a64ee4d51694b4..7f31ab6357b4f9e6cf8aecf15b8f0165af36163b 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.5.7-10
+# Generated automatically by config.status (ImageMagick) 6.5.7-9
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index 1149df33c4151b948f177bb88b27db4835ddf727..eedb6c29beacde6cb07bfef12f2b8249628997cd 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x657
 #define MagickLibVersionText  "6.5.7"
 #define MagickLibVersionNumber  2,0,1
-#define MagickLibSubversion  "-10"
+#define MagickLibSubversion  "-9"
 #define MagickReleaseDate  "2009-11-19"
 #define MagickChangeDate   "20091118"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
index 1a580f2413e43182d6de11754d3b8971bd2a194b..a2115df00dd5208ba3145f81691346e0a4a27b19 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.5.7'
 PACKAGE_LIB_VERSION="0x657"
-PACKAGE_RELEASE="10"
+PACKAGE_RELEASE="9"
 PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"