From b5670c4753778b05578f517e11777afe9217306b Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Mon, 14 Jan 2019 09:56:13 +0100 Subject: [PATCH] Set CLIENT_VERSION_IS_RELEASE to true (#2591) --- configure.ac | 2 +- src/clientversion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8313a7bda..33369d27d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 13) define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_IS_RELEASE, false) +define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2018) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Dash Core]]) diff --git a/src/clientversion.h b/src/clientversion.h index 7a35e56b1..e597f27e0 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -20,7 +20,7 @@ #define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build -#define CLIENT_VERSION_IS_RELEASE false +#define CLIENT_VERSION_IS_RELEASE true /** * Copyright year (2009-this)