john Tue Jul 13 22:41:53 2004 EDT Modified files: /php-src/ext/tidy tidy.c Log: Changing the Tidy version to 2.0 http://cvs.php.net/diff.php/php-src/ext/tidy/tidy.c?r1=1.55&r2=1.56&ty=u Index: php-src/ext/tidy/tidy.c diff -u php-src/ext/tidy/tidy.c:1.55 php-src/ext/tidy/tidy.c:1.56 --- php-src/ext/tidy/tidy.c:1.55 Thu Jun 24 10:20:59 2004 +++ php-src/ext/tidy/tidy.c Tue Jul 13 22:41:53 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: tidy.c,v 1.55 2004/06/24 14:20:59 iliaa Exp $ */ +/* $Id: tidy.c,v 1.56 2004/07/14 02:41:53 john Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -37,7 +37,7 @@ #include "tidy.h" #include "buffio.h" -#define PHP_TIDY_MODULE_VERSION "2.0-dev" +#define PHP_TIDY_MODULE_VERSION "2.0" /* {{{ ext/tidy macros */ @@ -952,7 +952,7 @@ php_info_print_table_start(); php_info_print_table_header(2, "Tidy support", "enabled"); php_info_print_table_row(2, "libTidy Release", (char *)tidyReleaseDate()); - php_info_print_table_row(2, "Extension Version", PHP_TIDY_MODULE_VERSION " ($Id: tidy.c,v 1.55 2004/06/24 14:20:59 iliaa Exp $)"); + php_info_print_table_row(2, "Extension Version", PHP_TIDY_MODULE_VERSION " ($Id: tidy.c,v 1.56 2004/07/14 02:41:53 john Exp $)"); php_info_print_table_end(); DISPLAY_INI_ENTRIES();
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php