]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Wed, 20 Jun 2018 22:40:06 +0000 (18:40 -0400)
committerCristy <urban-warrior@imagemagick.org>
Wed, 20 Jun 2018 22:40:06 +0000 (18:40 -0400)
PerlMagick/Magick.pm
PerlMagick/quantum/quantum.pm
configure
version.sh

index fadc12f2939b2db6f1b681b384ba7404240cd36a..f21b99c1004c905b337acb6dcab90bc593fa2a0f 100644 (file)
@@ -44,7 +44,7 @@ require AutoLoader;
       ConfigureError FatalErrorException
     );
 
-$VERSION = '7.08';
+$VERSION = '7.0.8';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
index 0452fc4c1892df763bd692465bf3eac8d1176bf6..da3930e64afffa35cd251be75d390af1accdad1c 100644 (file)
@@ -43,7 +43,7 @@ require AutoLoader;
       ConfigureError FatalErrorException
     );
 
-$VERSION = '7.08';
+$VERSION = '7.0.8';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
index 42d04a7749b676adce42a2ab12c058eeea645718..6ddb2a4e98e42877f9a49013687475dfd003ce2a 100755 (executable)
--- a/configure
+++ b/configure
@@ -4555,7 +4555,7 @@ MAGICK_PATCHLEVEL_VERSION=3
 
 MAGICK_VERSION=7.0.8-3
 
-MAGICK_GIT_REVISION=14484:07f0db63f:20180620
+MAGICK_GIT_REVISION=14485:5ff0db981:20180620
 
 
 # Substitute library versioning
index c550f8cdaf222a1613d395de8885d23d4507eb80..f61b1e907a73f49cf6fc4fa3c0886a6c818276ab 100644 (file)
@@ -17,7 +17,7 @@ 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.08'
+PACKAGE_PERL_VERSION='7.0.8'
 PACKAGE_LIB_VERSION="0x708"
 PACKAGE_RELEASE="3"
 PACKAGE_LIB_VERSION_NUMBER="7,0,8,${PACKAGE_RELEASE}"