From 958db0cba43bfd33eaf0ba69a5fe1d02df0fa52d Mon Sep 17 00:00:00 2001 From: alex v Date: Thu, 9 May 2019 17:17:50 +0200 Subject: [PATCH] Update copyright year and wallet version in clienversion.h --- src/clientversion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index c543a0a69..f73b4baa2 100755 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -15,8 +15,8 @@ //! These need to be macros, as clientversion.cpp's and navcoin*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 4 -#define CLIENT_VERSION_MINOR 5 -#define CLIENT_VERSION_REVISION 2 +#define CLIENT_VERSION_MINOR 6 +#define CLIENT_VERSION_REVISION 0 #define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build @@ -32,7 +32,7 @@ * Copyright year (2009-this) * Todo: update this when changing our copyright comments in the source */ -#define COPYRIGHT_YEAR 2018 +#define COPYRIGHT_YEAR 2019 #endif //HAVE_CONFIG_H