From 8dc9555cc24672c54cde0a838563eacce124222e Mon Sep 17 00:00:00 2001
From: Cristy
Date: Sun, 12 Jun 2016 14:02:29 -0400
Subject: [PATCH] Bump release
---
QuickStart.txt | 22 +++++++++++-----------
configure | 26 +++++++++++++-------------
configure.ac | 2 +-
index.html | 4 ++--
version.sh | 2 +-
5 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/QuickStart.txt b/QuickStart.txt
index 37781bce3..343e8440b 100644
--- a/QuickStart.txt
+++ b/QuickStart.txt
@@ -27,15 +27,15 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
Set the MAGICK_HOME environment variable to the path where you extracted the
ImageMagick files. For example
- export MAGICK_HOME="$HOME/ImageMagick-7.0.1"
+ export MAGICK_HOME="$HOME/ImageMagick-7.0.2"
On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable:
- export LD_LIBRARY_PATH="$HOME/ImageMagick-7.0.1/lib"
+ export LD_LIBRARY_PATH="$HOME/ImageMagick-7.0.2/lib"
On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable:
- export DYLD_LIBRARY_PATH="$HOME/ImageMagick-7.0.1/lib"
+ export DYLD_LIBRARY_PATH="$HOME/ImageMagick-7.0.2/lib"
Now, test ImageMagick to see if it is working
@@ -44,7 +44,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
To install PerlMagick type
- cd ImageMagick-7.0.1/PerlMagick
+ cd ImageMagick-7.0.2/PerlMagick
perl Makefile.PL
make
make install
@@ -68,7 +68,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$MAGICK_CONFIGURE_PATH
$MAGICK_HOME/etc/ImageMagick
- $MAGICK_HOME/share/ImageMagick-7.0.1/config
+ $MAGICK_HOME/share/ImageMagick-7.0.2/config
$HOME/.config/ImageMagick/
/etc/ImageMagick/
/
@@ -81,7 +81,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$MAGICK_CONFIGURE_PATH
$MAGICK_HOME/etc/ImageMagick
- $MAGICK_HOME/share/ImageMagick-7.0.1/config
+ $MAGICK_HOME/share/ImageMagick-7.0.2/config
$HOME/.config/ImageMagick/
/etc/ImageMagick/
/
@@ -98,7 +98,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
$HOME/.config/ImageMagick/
/../etc/ImageMagick/modules-Q16/coders/
$MAGICK_HOME/etc/ImageMagick/modules-Q16/coders
- $MAGICK_HOME/share/ImageMagick-7.0.1/modules-Q16/coders
+ $MAGICK_HOME/share/ImageMagick-7.0.2/modules-Q16/coders
$HOME/.config/ImageMagick/
/etc/ImageMagick/modules-Q16/coders
/
@@ -107,10 +107,10 @@ Windows Vista, XP, and NT Install:
Download one of
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q16-windows-dll.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q16-windows-static.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q8-windows-dll.exe
- ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q8-windows-static.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-dll.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-static.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-dll.exe
+ ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-static.exe
and execute it (or "open" it from your browser) to start the installation
program.
diff --git a/configure b/configure
index e1461e537..899191a28 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.2-0.
+# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.2-1.
#
# Report bugs to .
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ImageMagick'
PACKAGE_TARNAME='ImageMagick'
-PACKAGE_VERSION='7.0.2-0'
-PACKAGE_STRING='ImageMagick 7.0.2-0'
+PACKAGE_VERSION='7.0.2-1'
+PACKAGE_STRING='ImageMagick 7.0.2-1'
PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick/issues'
PACKAGE_URL='http://www.imagemagick.org'
@@ -1817,7 +1817,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 7.0.2-0 to adapt to many kinds of systems.
+\`configure' configures ImageMagick 7.0.2-1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1892,7 +1892,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ImageMagick 7.0.2-0:";;
+ short | recursive ) echo "Configuration of ImageMagick 7.0.2-1:";;
esac
cat <<\_ACEOF
@@ -2166,7 +2166,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ImageMagick configure 7.0.2-0
+ImageMagick configure 7.0.2-1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3217,7 +3217,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 7.0.2-0, which was
+It was created by ImageMagick $as_me 7.0.2-1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4203,7 +4203,7 @@ fi
# Define the identity of the package.
PACKAGE='ImageMagick'
- VERSION='7.0.2-0'
+ VERSION='7.0.2-1'
cat >>confdefs.h <<_ACEOF
@@ -4513,11 +4513,11 @@ MAGICK_MINOR_VERSION=0
MAGICK_MICRO_VERSION=2
-MAGICK_PATCHLEVEL_VERSION=0
+MAGICK_PATCHLEVEL_VERSION=1
-MAGICK_VERSION=7.0.2-0
+MAGICK_VERSION=7.0.2-1
-MAGICK_GIT_REVISION=18407:2615e69:20160607
+MAGICK_GIT_REVISION=18415:25ea4de:20160612
# Substitute library versioning
@@ -38156,7 +38156,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 7.0.2-0, which was
+This file was extended by ImageMagick $as_me 7.0.2-1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -38223,7 +38223,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 7.0.2-0
+ImageMagick config.status 7.0.2-1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 3492b1b75..32932f938 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_PREREQ(2.69)
m4_define([magick_major_version], [7])
m4_define([magick_minor_version], [0])
m4_define([magick_micro_version], [2])
-m4_define([magick_patchlevel_version], [0])
+m4_define([magick_patchlevel_version], [1])
m4_define([magick_version],
[magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version])
m4_define([magick_git_revision], esyscmd([sh -c "(gitversion .) | tr -d '\n'"]))
diff --git a/index.html b/index.html
index 3a1663ac1..dbe6d40d5 100644
--- a/index.html
+++ b/index.html
@@ -63,7 +63,7 @@ ImageMagickstable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory error and thread data race detection to prevent security vulnerabilities.
-The current release is ImageMagick 7.0.1-7. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.
+The current release is ImageMagick 7.0.2-0. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.
The authoritative ImageMagick web site is http://www.imagemagick.org. The authoritative source code repository is http://git.imagemagick.org/repos/ImageMagick. We maintain a source code mirror at GitLab and GitHub.
@@ -232,4 +232,4 @@ ImageMagick