]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 12 Mar 2011 17:12:43 +0000 (17:12 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 12 Mar 2011 17:12:43 +0000 (17:12 +0000)
ImageMagick.spec
config/configure.xml
libtool
magick/version.h
version.sh

index 9d76ba7939f0da4c2efa81aafea93b4eef1b21ee..4b5ea3beb1245d683d24873235a3a9038930741b 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.8
-%global Patchlevel  5
+%global Patchlevel  4
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 8c2283439e4dc800f999ffcd5772cdf9ede57252..3183703e364dcd5917450c79e3d2e19f1daf40a7 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x668"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,8,5"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,8,4"/>
   <configure name="RELEASE_DATE" value="2011-03-12"/>
   <configure name="CONFIGURE" value="./configure  'CFLAGS=-fopenmp -g -O2 -Wall -pthread'"/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index 06fa1a484448b11c536acf7397e0837152163502..e2e3f861c0688aa0b9d25df5bd1f4a19f88ebaa6 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.8-5
+# Generated automatically by config.status (ImageMagick) 6.6.8-4
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index 2053123d5919f21b349fe38a91713ae6df3b63ea..b815df9c653cb3831dec4bc04b0887dec8b1f1e6 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x668
 #define MagickLibVersionText  "6.6.8"
 #define MagickLibVersionNumber  4,0,1
-#define MagickLibAddendum  "-5"
+#define MagickLibAddendum  "-4"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2011-03-12"
index cc89b9c45a319eecec106f109c03760dd69e0696..66e2c806c98d30f5456853366687b662f3664ef4 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.8'
 PACKAGE_LIB_VERSION="0x668"
-PACKAGE_RELEASE="5"
+PACKAGE_RELEASE="4"
 PACKAGE_LIB_VERSION_NUMBER="6,6,8,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"