]> granicus.if.org Git - imagemagick/commitdiff
Bump release
authorCristy <mikayla-grace@urban-warrior.org>
Sat, 19 Oct 2019 15:24:54 +0000 (11:24 -0400)
committerCristy <mikayla-grace@urban-warrior.org>
Sat, 19 Oct 2019 15:24:54 +0000 (11:24 -0400)
PerlMagick/quantum/quantum.pm
configure
version.sh

index 1f78129fe247c9161a8102e3d2270bae1a00765e..4085e10623f2af27c7bd146654a42dd07aaf68f8 100644 (file)
@@ -43,7 +43,7 @@ require AutoLoader;
       ConfigureError FatalErrorException
     );
 
-$VERSION = '7.0.8';
+$VERSION = '7.0.9';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
index f043bc610e5ac3620317c551981165ebc833e263..6455937a2b7d8022a294ecf39938853e7f2e95ed 100755 (executable)
--- a/configure
+++ b/configure
@@ -4581,7 +4581,7 @@ MAGICK_PATCHLEVEL_VERSION=69
 
 MAGICK_VERSION=7.0.8-69
 
-MAGICK_GIT_REVISION=16237:a9b81c8d5:20191015
+MAGICK_GIT_REVISION=16248:02c84c654:20191019
 
 
 # Substitute library versioning
index 412d6208da7afcf037c1390f31afa7a16264fb99..aee039481c65029cf05fd84b0204c9268f013632 100644 (file)
@@ -16,11 +16,11 @@ PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print
 #
 # Package version.  This is is the numeric version suffix applied to
 # PACKAGE_NAME (e.g. "1.0.0").
-PACKAGE_VERSION='7.0.8'
-PACKAGE_PERL_VERSION='7.0.8'
-PACKAGE_LIB_VERSION="0x708"
-PACKAGE_RELEASE="69"
-PACKAGE_LIB_VERSION_NUMBER="7,0,8,${PACKAGE_RELEASE}"
+PACKAGE_VERSION='7.0.9'
+PACKAGE_PERL_VERSION='7.0.9'
+PACKAGE_LIB_VERSION="0x709"
+PACKAGE_RELEASE="690"
+PACKAGE_LIB_VERSION_NUMBER="7,0,9,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE_RAW=`date +%F`
 PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}"
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
@@ -41,7 +41,7 @@ PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}"
 # PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION
 # could be avoided using libversioning aka map files.  You MUST change .map
 # files if you raise these versions.
-MAGICK_LIBRARY_CURRENT=6
+MAGICK_LIBRARY_CURRENT=7
 MAGICK_LIBRARY_REVISION=0
 MAGICK_LIBRARY_AGE=0