Merge "asterisk.c: Update displayed copyright year for v16 release." into 16

This commit is contained in:
George Joseph 2018-07-23 09:40:28 -05:00 committed by Gerrit Code Review
commit 648541fe89
1 changed files with 1 additions and 1 deletions

View File

@ -3285,7 +3285,7 @@ static int show_version(void)
static int show_cli_help(void)
{
printf("Asterisk %s, Copyright (C) 1999 - 2016, Digium, Inc. and others.\n", ast_get_version());
printf("Asterisk %s, Copyright (C) 1999 - 2018, Digium, Inc. and others.\n", ast_get_version());
printf("Usage: asterisk [OPTIONS]\n");
printf("Valid Options:\n");
printf(" -V Display version number and exit\n");