]> granicus.if.org Git - php/commitdiff
- And this is version 5.1
authorMarcus Boerger <helly@php.net>
Thu, 11 Aug 2005 21:41:30 +0000 (21:41 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 11 Aug 2005 21:41:30 +0000 (21:41 +0000)
ext/standard/credits.c

index bdae216b785abc3157fe8848f7e17acc88eca0d4..963d8ebc4b53d105992fea3bdacfa8c9b5e7dee2 100644 (file)
@@ -96,7 +96,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
 
        if (flag & PHP_CREDITS_QA) {
                php_info_print_table_start();
-               php_info_print_table_header(1, "PHP 5.0 Quality Assurance Team");
+               php_info_print_table_header(1, "PHP 5.1 Quality Assurance Team");
                php_info_print_table_row(1, "Ilia Alshanetsky, Joerg Behrens, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Jani Taskinen");
                php_info_print_table_end();
        }