aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2021-02-18 07:59:35 +0000
committerGitHub <[email protected]>2021-02-18 07:59:35 +0000
commit0fce867c51e2664a25301e948a10630c70c9a646 (patch)
treecccb1486cb2df9084ca6d1a24864f2d0df2d52a6
parentMerge pull request #1707 from eltociear/patch-2 (diff)
downloaddiscoin-0fce867c51e2664a25301e948a10630c70c9a646.tar.xz
discoin-0fce867c51e2664a25301e948a10630c70c9a646.zip
Bump version to 1.14.3 (#1745)
* Bump version to 1.14.3 * Update copyright year and release status
-rw-r--r--configure.ac6
-rw-r--r--doc/release-notes.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 029ea31d6..653dc57ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 14)
-define(_CLIENT_VERSION_REVISION, 2)
+define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_IS_RELEASE, true)
-define(_COPYRIGHT_YEAR, 2019)
+define(_CLIENT_VERSION_IS_RELEASE, false)
+define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core and Dogecoin Core]])
AC_INIT([Dogecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dogecoin/dogecoin/issues],[dogecoin],[https://dogecoin.com/])
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 29877d6c5..1a076ddb9 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,6 +1,6 @@
Dogecoin Core version 1.14.2 is now available from:
- <https://github.com/dogecoin/dogecoin/releases/tag/v1.14.0/>
+ <https://github.com/dogecoin/dogecoin/releases/tag/v1.14.2/>
This is a new major version release, including new features, various bugfixes
and performance improvements, as well as updated translations.