]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 25 Oct 2010 14:34:49 +0000 (14:34 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 25 Oct 2010 14:34:49 +0000 (14:34 +0000)
ImageMagick.spec
config/configure.xml
libtool
magick/version.h
version.sh

index 4a96c1b9b073fc246ab4b5f4140dbbb0ac2d6bec..de2b84df3bb35436fc9560fb1cf775a9981ead4c 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.5
-%global Patchlevel  5
+%global Patchlevel  4
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 50b7cc38cf242c55cfff9323ceabadfb61b6cd6c..fac3b54b88352d37dcc7935cacfc7ea807f23f04 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x665"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,5,5"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,5,4"/>
   <configure name="RELEASE_DATE" value="2010-10-25"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index 35bc7c6913f384df4d176626e4b2f37a81758276..7b70e2fdb2d2a4a72be27ec41eeb8d23e8859f21 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.5-5
+# Generated automatically by config.status (ImageMagick) 6.6.5-4
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index ec8cf8260e22d2d72704adcb9872a86701ede58e..a1381047459cefd55fb0e719a8c901cabd714945 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x665
 #define MagickLibVersionText  "6.6.5"
 #define MagickLibVersionNumber  4,0,0
-#define MagickLibAddendum  "-5"
+#define MagickLibAddendum  "-4"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2010-10-25"
index e7775e34d6b3dda54ed4108855e6852034da9e94..84e8858017a768927f2e36ba9bd42a0bffdc412a 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.5'
 PACKAGE_LIB_VERSION="0x665"
-PACKAGE_RELEASE="5"
+PACKAGE_RELEASE="4"
 PACKAGE_LIB_VERSION_NUMBER="6,6,5,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"