diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-04-29 21:29:56 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-04-29 21:31:20 +0200 |
commit | 194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf (patch) | |
tree | fc20aa1bd4ef7380c73c5a9df514188ef0050ff9 | |
parent | d97d0d31a6f475a85fd792503a617ac584f38dfd (diff) |
build: Bump RC to 0 (-final)v0.21.1
Tree-SHA512: b63d8c2514fa34d4503da8a37fb42948e03610e06dae6aaef7ba3d2568efd3bb138e7510da569a49d83c2618fa697ba949d55880fc2884a75a87028259d7c544
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e238c8bd6b..6e13780e14 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, 1) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 1) +define(_CLIENT_VERSION_RC, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) define(_COPYRIGHT_HOLDERS,[The %s developers]) |