Skip to content

Commit

Permalink
Clarified why version is not stored in file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jan 22, 2017
1 parent ed83022 commit 788b9cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php_imagick.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

/* 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_EXTNUM 30403

Expand Down

0 comments on commit 788b9cb

Please sign in to comment.