]> granicus.if.org Git - php/commitdiff
- MFB Use Revision instead of Id tag for version
authorMarcus Boerger <helly@php.net>
Wed, 31 Dec 2008 14:37:17 +0000 (14:37 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 31 Dec 2008 14:37:17 +0000 (14:37 +0000)
ext/reflection/php_reflection.c

index ce706b4c4e84a5509f171f9d936706cc549d976e..7e334b5dbcc899b3cc38317ef61fb4122a1362f5 100644 (file)
@@ -5438,7 +5438,7 @@ PHP_MINFO_FUNCTION(reflection) /* {{{ */
        php_info_print_table_start();
        php_info_print_table_header(2, "Reflection", "enabled");
 
-       php_info_print_table_row(2, "Version", "$Id$");
+       php_info_print_table_row(2, "Version", "$Revision$");
 
        php_info_print_table_end();
 } /* }}} */
@@ -5452,7 +5452,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */
        NULL,
        NULL,
        PHP_MINFO(reflection),
-       "0.1",
+       "$Revision$",
        STANDARD_MODULE_PROPERTIES
 }; /* }}} */