asterisk.c: Update displayed copyright year for v16 release.

Change-Id: I60622731d928ee9506b1d28934095f0dc3e5306e
This commit is contained in:
Richard Mudgett 2018-07-20 15:52:12 -05:00
parent a459b560c5
commit aea0a0294d
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");