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

index de2b84df3bb35436fc9560fb1cf775a9981ead4c..fc65afe78d8ac1b6299a6ab35bda544bfd5d7a98 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.5
-%global Patchlevel  4
+%global Patchlevel  3
 
 Name:           ImageMagick
 Version:        %{VERSION}
index cff2bfdf6c652aab268c39f97b55b79b470dfc4f..79653e4dd224da3c38525d45d0f40df863a19f6a 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,4"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,5,3"/>
   <configure name="RELEASE_DATE" value="2010-10-23"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index 7b70e2fdb2d2a4a72be27ec41eeb8d23e8859f21..f7834324c3cb8b99a87c5715d2424d211ba4d4b0 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-4
+# Generated automatically by config.status (ImageMagick) 6.6.5-3
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index b7e9a90dc5b1ed11d941aa345887808fcaccb341..ee40f5a0d112cc840d8fc0b1189a55a9c1728429 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x665
 #define MagickLibVersionText  "6.6.5"
 #define MagickLibVersionNumber  4,0,0
-#define MagickLibAddendum  "-4"
+#define MagickLibAddendum  "-3"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2010-10-23"
index 84e8858017a768927f2e36ba9bd42a0bffdc412a..eb88fc938f1b6e96f69785860f398e15a832d93b 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="4"
+PACKAGE_RELEASE="3"
 PACKAGE_LIB_VERSION_NUMBER="6,6,5,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"