]> granicus.if.org Git - php/commitdiff
Use PHP_VERSION for exif
authorPeter Kokot <peterkokot@gmail.com>
Sun, 1 Oct 2017 16:27:11 +0000 (18:27 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Wed, 4 Oct 2017 21:25:36 +0000 (23:25 +0200)
ext/exif/php_exif.h

index 4576c38637fdefdd29f570dae8636f5d168bff37..92de6d426b2f272752a73c897e7a4f83a37350ac 100644 (file)
@@ -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