diff options
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r-- | ext/exif/php_exif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h index 4576c38637..92de6d426b 100644 --- a/ext/exif/php_exif.h +++ b/ext/exif/php_exif.h @@ -22,7 +22,7 @@ #if HAVE_EXIF #include "php_version.h" -#define PHP_EXIF_VERSION "1.4 $Id: 8bdc0c8f27c2c9dd1f7551f1f9fe3ab57a06a4b1 $" +#define PHP_EXIF_VERSION PHP_VERSION extern zend_module_entry exif_module_entry; #define phpext_exif_ptr &exif_module_entry |