summaryrefslogtreecommitdiff
path: root/ext/exif/php_exif.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-10-11 14:43:30 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-10-11 14:43:51 +0200
commit62098a10aa56e5460e3f4316fc06a40bc1bf2da0 (patch)
tree4a5e3e326b1bab38163544198fc8af625fcaed28 /ext/exif/php_exif.h
parentc2bfdf3712ffa1764d539e668fcbb55280267c60 (diff)
parentb497b6edf99346140871cf606dbdcc895108fb1e (diff)
downloadphp-git-62098a10aa56e5460e3f4316fc06a40bc1bf2da0.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Use PHP_VERSION for exif
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r--ext/exif/php_exif.h2
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