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

index 771407f1947858e5e8d3bfeefa67864db5a7f7c9..d130e02af8a6241aef86c0f15ee5842209c902e7 100644 (file)
@@ -5262,7 +5262,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();
 } /* }}} */
@@ -5276,7 +5276,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */
        NULL,
        NULL,
        PHP_MINFO(reflection),
-       "0.1",
+       "$Revision$",
        STANDARD_MODULE_PROPERTIES
 }; /* }}} */