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

index f037c37db3a834cd05de74e9ef72656fea99ad66..3d8422134194087b53daf43ffb249b0814a7a9b0 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.2
-%global Patchlevel  8
+%global Patchlevel  9
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 712f823f09c4099678b06df61f4be6b1c5c27a9c..902c168da876464e1318af82c53427a5d45011f8 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x662"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,2,8"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,2,9"/>
   <configure name="RELEASE_DATE" value="2010-06-25"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index 1f9bd6950af71e13b63d450ca337e7eacec6c6ce..bb7261197ceba041a88e7bc63b3dae1d742487a5 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.2-8
+# Generated automatically by config.status (ImageMagick) 6.6.2-9
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index 93b307d9fb159222f18820aa2b04b249818046c2..55721b8c4943316e906a5f09cd69a4896f75242b 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x662
 #define MagickLibVersionText  "6.6.2"
 #define MagickLibVersionNumber  3,0,0
-#define MagickLibAddendum  "-8"
+#define MagickLibAddendum  "-9"
 #define MagickLibInterface  3
 #define MagickLibMinInterface  3
 #define MagickReleaseDate  "2010-06-25"
index 5782b6cb49efc62cbdfaa2fc41194b6520632142..aa3d544b91f622dabc2b5b4beca638bb224aad01 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.2'
 PACKAGE_LIB_VERSION="0x662"
-PACKAGE_RELEASE="8"
+PACKAGE_RELEASE="9"
 PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"