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

index e2cacb0b821d392d9368ec77f04519cd9e2a8553..cfdb5b5d193fc4827df096322a74fd981b68f7dd 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.4
-%global Patchlevel  1
+%global Patchlevel  0
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 911367714b533e5f13d38bb6903e75f9f1db0a82..fa0a980ff6c8c6b977dbebe8eab25cded9d74fb6 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x664"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,4,1"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,4,0"/>
   <configure name="RELEASE_DATE" value="2010-09-04"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
index fe153227374e73666c23bd33c658bbd07a96781c..05484cab5d0221e2d75d240fa42ea741d603e224 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for ImageMagick 6.6.3.
+# Generated by GNU Autoconf 2.66 for ImageMagick 6.6.4.
 #
 # Report bugs to <http://www.imagemagick.org>.
 #
@@ -566,8 +566,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ImageMagick'
 PACKAGE_TARNAME='ImageMagick'
-PACKAGE_VERSION='6.6.3'
-PACKAGE_STRING='ImageMagick 6.6.3'
+PACKAGE_VERSION='6.6.4'
+PACKAGE_STRING='ImageMagick 6.6.4'
 PACKAGE_BUGREPORT='http://www.imagemagick.org'
 PACKAGE_URL=''
 
@@ -1690,7 +1690,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ImageMagick 6.6.3 to adapt to many kinds of systems.
+\`configure' configures ImageMagick 6.6.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1765,7 +1765,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ImageMagick 6.6.3:";;
+     short | recursive ) echo "Configuration of ImageMagick 6.6.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1970,7 +1970,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ImageMagick configure 6.6.3
+ImageMagick configure 6.6.4
 generated by GNU Autoconf 2.66
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2886,7 +2886,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ImageMagick $as_me 6.6.3, which was
+It was created by ImageMagick $as_me 6.6.4, which was
 generated by GNU Autoconf 2.66.  Invocation command line was
 
   $ $0 $@
@@ -33306,7 +33306,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ImageMagick $as_me 6.6.3, which was
+This file was extended by ImageMagick $as_me 6.6.4, which was
 generated by GNU Autoconf 2.66.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -33372,7 +33372,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ImageMagick config.status 6.6.3
+ImageMagick config.status 6.6.4
 configured by $0, generated by GNU Autoconf 2.66,
   with options \\"\$ac_cs_config\\"
 
index 462a4edf147c3076774c1e1388d0fb3f21d461d3..4d3ea71dc0cf852d41f91349af9a152a2a4bae8d 100755 (executable)
@@ -15,7 +15,7 @@
 #  Copyright (C) 2003 - 2008 GraphicsMagick Group
 
 AC_PREREQ(2.64)
-AC_INIT([ImageMagick],[6.6.3],[http://www.imagemagick.org],[ImageMagick])
+AC_INIT([ImageMagick],[6.6.4],[http://www.imagemagick.org],[ImageMagick])
 AC_CONFIG_SRCDIR([magick/MagickCore.h])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/libtool b/libtool
index 2720f8f07b2d53da405e4001bf4dfb5b3843e6e7..9d2da7921cd5f112691ff434773fc7446fd5e626 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.4-1
+# Generated automatically by config.status (ImageMagick) 6.6.4-0
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index fbeeb0af70d7dec3836c2387544d040900dd540a..cfec317811c740c8a8b1f62eb1105ce291ab8ee4 100644 (file)
 
 /* Define to the full name and version of this package. */
 #ifndef MAGICKCORE_PACKAGE_STRING
-#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.3"
+#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.4"
 #endif
 
 /* Define to the one symbol short name of this package. */
 
 /* Define to the version of this package. */
 #ifndef MAGICKCORE_PACKAGE_VERSION
-#define MAGICKCORE_PACKAGE_VERSION "6.6.3"
+#define MAGICKCORE_PACKAGE_VERSION "6.6.4"
 #endif
 
 /* Define if you have PNG library */
index 12c1a2e1558b894339878ad2f0434645c9974ec6..94d9c5d8567c8600e28799474eeb2c0ee58ea7f6 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x664
 #define MagickLibVersionText  "6.6.4"
 #define MagickLibVersionNumber  4,0,0
-#define MagickLibAddendum  "-1"
+#define MagickLibAddendum  "-0"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
 #define MagickReleaseDate  "2010-09-04"
index c7349254e141f075bfe596ead4c8e8cace27e041..41a2c964831b776a885c13c62c303b9de2b83042 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.4'
 PACKAGE_LIB_VERSION="0x664"
-PACKAGE_RELEASE="1"
+PACKAGE_RELEASE="0"
 PACKAGE_LIB_VERSION_NUMBER="6,6,4,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"