diff --git a/ext/ccvs/ccvs.c b/ext/ccvs/ccvs.c index ba9d0a53bf8..bedaaafa240 100644 --- a/ext/ccvs/ccvs.c +++ b/ext/ccvs/ccvs.c @@ -525,7 +525,7 @@ PHP_MINFO_FUNCTION(ccvs) php_info_print_table_header(2, "RedHat CCVS support", "enabled"); php_info_print_table_row(2,"CCVS Support by","Brendan W. McAdams <brendan@plexmedia.com>
& Doug DeJulio <ddj@redhat.com>"); php_info_print_table_row(2,"Release ID",cvsid); - php_info_print_table_row(2,"This Release Certified For CCVS Versions","3.3"); + php_info_print_table_row(2,"This Release Certified For CCVS Versions","3.0 and greater"); php_info_print_table_end(); /* DISPLAY_INI_ENTRIES(); */