From 5f2bb5f2219aa6e731292168f113b8ced157469f Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 5 Apr 2017 15:01:16 -0400 Subject: [PATCH] updated year --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index bbab4d5..74b2a3f 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -18,7 +18,7 @@ // Copyright year (2009-this) // Todo: update this when changing our copyright comments in the source -#define COPYRIGHT_YEAR 2013 +#define COPYRIGHT_YEAR 2017 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro!