From: Cristy Date: Wed, 20 Jun 2018 22:40:06 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=747b172806385bdcfe17fe5151baca63d56885a1;p=imagemagick ... --- diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm index fadc12f29..f21b99c10 100644 --- a/PerlMagick/Magick.pm +++ b/PerlMagick/Magick.pm @@ -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() diff --git a/PerlMagick/quantum/quantum.pm b/PerlMagick/quantum/quantum.pm index 0452fc4c1..da3930e64 100644 --- a/PerlMagick/quantum/quantum.pm +++ b/PerlMagick/quantum/quantum.pm @@ -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() diff --git a/configure b/configure index 42d04a774..6ddb2a4e9 100755 --- 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 diff --git a/version.sh b/version.sh index c550f8cda..f61b1e907 100644 --- a/version.sh +++ b/version.sh @@ -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}"