From 35e007b65ae09386685ac51961d459bd68edc8f0 Mon Sep 17 00:00:00 2001 From: cevap Date: Wed, 12 Feb 2020 17:23:23 +0100 Subject: [PATCH] fix COPYRIGHT_YEAR in ion_config.h --- build_msvc/ion_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_msvc/ion_config.h b/build_msvc/ion_config.h index b589f59f3e0ed..472ea45a445d0 100644 --- a/build_msvc/ion_config.h +++ b/build_msvc/ion_config.h @@ -29,7 +29,7 @@ #define COPYRIGHT_HOLDERS_SUBSTITUTION "Ion Core" /* Copyright year */ -#define COPYRIGHT_YEAR 2019 +#define COPYRIGHT_YEAR 2020 /* Define to 1 to enable wallet functions */ #define ENABLE_WALLET 1