From 65c8379409617e03e07b1a2fecdb7404b3f5996d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jan 2022 10:54:05 +0100 Subject: update to 3.7.0RC1 --- REFLECTION-im6 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'REFLECTION-im6') diff --git a/REFLECTION-im6 b/REFLECTION-im6 index 100d85c..696f1f8 100644 --- a/REFLECTION-im6 +++ b/REFLECTION-im6 @@ -1,4 +1,4 @@ -Extension [ extension #76 imagick version 3.6.0 ] { +Extension [ extension #76 imagick version 3.7.0RC1 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -496,8 +496,8 @@ Extension [ extension #76 imagick version 3.6.0 ] { Constant [ public int COLOR_OPACITY ] { 18 } Constant [ public int COLOR_ALPHA ] { 19 } Constant [ public int COLOR_FUZZ ] { 20 } - Constant [ public int IMAGICK_EXTNUM ] { 30600 } - Constant [ public string IMAGICK_EXTVER ] { 3.6.0 } + Constant [ public int IMAGICK_EXTNUM ] { 30700 } + Constant [ public string IMAGICK_EXTVER ] { 3.7.0RC1 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 40 } @@ -1976,14 +1976,14 @@ Extension [ extension #76 imagick version 3.6.0 ] { - Parameters [1] { Parameter #0 [ string $artifact ] } - - Return [ string ] + - Return [ ?string ] } Method [ public method setImageArtifact ] { - Parameters [2] { Parameter #0 [ string $artifact ] - Parameter #1 [ string $value ] + Parameter #1 [ ?string $value ] } - Return [ bool ] } -- cgit