From 1e5bb9d165aee380911865672bb52206b496b735 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 31 Dec 2008 14:37:17 +0000 Subject: [PATCH] - MFB Use Revision instead of Id tag for version --- ext/reflection/php_reflection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index ce706b4c4e..7e334b5dbc 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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 }; /* }}} */ -- 2.40.0