diff options
| author | Patrick Lodder <[email protected]> | 2021-02-27 17:34:05 +0100 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-02-27 17:34:05 +0100 |
| commit | 05c54fceca944d140bed9bfb004038ba8910f7b1 (patch) | |
| tree | 651b5727c851601e4ab6aa6fd1f42e70b13d4682 | |
| parent | Merge pull request #1762 from DemonRx/ignore-proxy-connection-error (diff) | |
| download | discoin-05c54fceca944d140bed9bfb004038ba8910f7b1.tar.xz discoin-05c54fceca944d140bed9bfb004038ba8910f7b1.zip | |
mark 1.14.3 as release
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 653dc57ca..845a4d52e 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, 3) 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]]) |