1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

Change the year from 2016 to 2017 in help description.

This commit is contained in:
FeniksFire 2017-03-10 19:28:01 +01:00
parent 450075bec2
commit 46a06ce184

View File

@ -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");