--- embedaddon/php/ext/recode/recode.c 2012/02/21 23:48:00 1.1 +++ embedaddon/php/ext/recode/recode.c 2012/02/21 23:48:00 1.1.1.1 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: recode.c,v 1.1 2012/02/21 23:48:00 misho Exp $ */ +/* $Id: recode.c,v 1.1.1.1 2012/02/21 23:48:00 misho Exp $ */ /* {{{ includes & prototypes */ @@ -135,7 +135,7 @@ PHP_MINFO_FUNCTION(recode) { php_info_print_table_start(); php_info_print_table_row(2, "Recode Support", "enabled"); - php_info_print_table_row(2, "Revision", "$Revision: 1.1 $"); + php_info_print_table_row(2, "Revision", "$Revision: 1.1.1.1 $"); php_info_print_table_end(); }