Skip to content

Commit 2712d7e

Browse files
committed
update version
1 parent 1d3a53a commit 2712d7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpdbg.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,10 @@ int main(int argc, char **argv) /* {{{ */
10381038
sapi_startup(phpdbg);
10391039
phpdbg->startup(phpdbg);
10401040
printf(
1041-
"phpdbg %s (built: %s %s)\nCopyright (c) 2013 %s\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
1041+
"phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
10421042
PHPDBG_VERSION,
10431043
__DATE__,
10441044
__TIME__,
1045-
PHPDBG_AUTHORS,
10461045
PHP_VERSION,
10471046
get_zend_version()
10481047
);

0 commit comments

Comments
 (0)