aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-08-20 04:16:14 +0200
committerPatrick Lodder <[email protected]>2021-08-20 04:16:14 +0200
commitd946a24d6fcb4c529251bd053d13144805ac1119 (patch)
treeb0ed8824ea1780386ca6793566c778f2fa476350 /configure.ac
parentMerge pull request #2461 from patricklodder/1.14-sync-issue-templates (diff)
downloaddiscoin-d946a24d6fcb4c529251bd053d13144805ac1119.tar.xz
discoin-d946a24d6fcb4c529251bd053d13144805ac1119.zip
fixate v1.14.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b6b6fdaf1..b96febce8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 14)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_IS_RELEASE, false)
+define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Dogecoin Core]])