mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Change the year from 2016 to 2017 in help description.
This commit is contained in:
parent
450075bec2
commit
46a06ce184
@ -176,7 +176,7 @@ static void prog_version(void)
|
|||||||
static void prog_help(const po::options_description &opts)
|
static void prog_help(const po::options_description &opts)
|
||||||
{
|
{
|
||||||
printf("%s - A Heroes of Might and Magic 3 clone\n", GameConstants::VCMI_VERSION.c_str());
|
printf("%s - A Heroes of Might and Magic 3 clone\n", GameConstants::VCMI_VERSION.c_str());
|
||||||
printf("Copyright (C) 2007-2016 VCMI dev team - see AUTHORS file\n");
|
printf("Copyright (C) 2007-2017 VCMI dev team - see AUTHORS file\n");
|
||||||
printf("This is free software; see the source for copying conditions. There is NO\n");
|
printf("This is free software; see the source for copying conditions. There is NO\n");
|
||||||
printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user