From 663074b6b1fa4534fbbb65462aeef40f2c983ad5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 23 Mar 2015 21:30:22 +0100 Subject: cleanup mod version macros and mod defs, round x --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 72a88be47c..e78410ec71 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -6233,7 +6233,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(reflection), - "$Id$", + PHP_REFLECTION_VERSION, STANDARD_MODULE_PROPERTIES }; /* }}} */ -- cgit v1.2.1