]> granicus.if.org Git - php/commitdiff
update version
authorkrakjoe <joe.watkins@live.co.uk>
Fri, 27 Dec 2013 18:10:58 +0000 (18:10 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Fri, 27 Dec 2013 18:10:58 +0000 (18:10 +0000)
phpdbg.c

index d025294f1fe1b6c09cbda996a23d7ec5c30213e9..481a1815db18853ba700c603e47acdcc83a5705d 100644 (file)
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -1038,11 +1038,10 @@ phpdbg_main:
                                sapi_startup(phpdbg);
                                phpdbg->startup(phpdbg);
                                printf(
-                                       "phpdbg %s (built: %s %s)\nCopyright (c) 2013 %s\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
+                                       "phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
                                        PHPDBG_VERSION,
                                        __DATE__,
                                        __TIME__,
-                                       PHPDBG_AUTHORS,
                                        PHP_VERSION,
                                        get_zend_version()
                                );