From: krakjoe Date: Fri, 27 Dec 2013 18:10:58 +0000 (+0000) Subject: update version X-Git-Tag: php-5.6.0alpha1~14^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2712d7e2248ab91015502d648c9c65d8e5627e69;p=php update version --- diff --git a/phpdbg.c b/phpdbg.c index d025294f1f..481a1815db 100644 --- 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() );