Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions php_imagick.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@

/* Define Extension Properties */
#define PHP_IMAGICK_EXTNAME "imagick"
// 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_VERSION "3.8.1"
#define PHP_IMAGICK_EXTNUM 30801

/* Import configure options when building
Expand Down
Loading