diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-12-27 18:10:58 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-12-27 18:10:58 +0000 |
commit | 2712d7e2248ab91015502d648c9c65d8e5627e69 (patch) | |
tree | 41d41f8edada70ebc49670cf38c216cc881b8f75 | |
parent | 1d3a53a18d87a9fca3cb1fc857201dd2dfc8f9d0 (diff) | |
download | php-git-2712d7e2248ab91015502d648c9c65d8e5627e69.tar.gz |
update version
-rw-r--r-- | phpdbg.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() ); |