diff options
| author | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2015-03-23 20:13:59 +0100 |
| commit | ec89c85054e44a0d4ea85f62601405843cd05d5d (patch) | |
| tree | 35783a64f8e52f82a7dcd46cb5b272f176f7608d /ext/exif/php_exif.h | |
| parent | 88b2a2d40594bb9924eaaae123a5833a0ba36033 (diff) | |
| download | php-git-ec89c85054e44a0d4ea85f62601405843cd05d5d.tar.gz | |
cleaning up the version macros
Diffstat (limited to 'ext/exif/php_exif.h')
| -rw-r--r-- | ext/exif/php_exif.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h index 87f2d93280..ed4c066e15 100644 --- a/ext/exif/php_exif.h +++ b/ext/exif/php_exif.h @@ -20,6 +20,10 @@ /* $Id$ */ #if HAVE_EXIF + +#include "php_version.h" +#define PHP_EXIF_VERSION "1.4 $Id: 8bdc0c8f27c2c9dd1f7551f1f9fe3ab57a06a4b1 $" + extern zend_module_entry exif_module_entry; #define phpext_exif_ptr &exif_module_entry |
