Skip to content

Commit

Permalink
Fix IMAGICK_EXTNUM
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and Danack committed Apr 17, 2019
1 parent 63e4eab commit b003b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_imagick.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// The version is deliberately left as 'PACKAGE_VERSION' in source code.
// It is only replaced with the actual version number that packaged through pecl.php.net
#define PHP_IMAGICK_VERSION "@PACKAGE_VERSION@"
#define PHP_IMAGICK_EXTNUM 30403
#define PHP_IMAGICK_EXTNUM 30404

/* Import configure options when building
outside of the PHP source tree */
Expand Down

0 comments on commit b003b32

Please sign in to comment.