diff options
| author | Wladimir J. van der Laan <[email protected]> | 2021-01-05 15:25:36 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2021-01-05 15:25:43 +0100 |
| commit | 4e7b4ce7eb17e47ad9b90d172d6d6de3a47700d9 (patch) | |
| tree | c7d4b45c904ff38c679bb85417397b459a672fd0 | |
| parent | Merge #20850: [0.21] final rc5 backports (diff) | |
| download | discoin-4e7b4ce7eb17e47ad9b90d172d6d6de3a47700d9.tar.xz discoin-4e7b4ce7eb17e47ad9b90d172d6d6de3a47700d9.zip | |
build: Bump RC to rc5
Tree-SHA512: ed01a7a66e5d064c77c948b87afce832b33852005ec1dc556bf4fcc69fa3743aaa6dea4c03a5d2d520682d8de9c7596f1eec3db326caf754726d1ca4aab2cec3
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a48427a5d..b2f97faff 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 21) define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 4) +define(_CLIENT_VERSION_RC, 5) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) define(_COPYRIGHT_HOLDERS,[The %s developers]) |