From 46a06ce1846df4aeb81e6dde62d3fa9b2dcf2eb5 Mon Sep 17 00:00:00 2001 From: FeniksFire Date: Fri, 10 Mar 2017 19:28:01 +0100 Subject: [PATCH] Change the year from 2016 to 2017 in help description. --- client/CMT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CMT.cpp b/client/CMT.cpp index 71de901e9..a76dcc72d 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -176,7 +176,7 @@ static void prog_version(void) 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("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("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); printf("\n");