diff options
author | fanquake <fanquake@gmail.com> | 2021-09-06 14:20:16 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-09-06 14:20:16 +0800 |
commit | 88178b1d30990e420a4c1ae2dfd42b09ec1fd252 (patch) | |
tree | 62d499515956a29ca6d18be82d7efad7b5c96774 | |
parent | 0712b043599ef910e986486ddf6ba9978031bcc6 (diff) |
build: bump version to 0.20.2rc3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f268c7ef4d..09c4d4db09 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 20) define(_CLIENT_VERSION_REVISION, 2) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 2) +define(_CLIENT_VERSION_RC, 3) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2020) define(_COPYRIGHT_HOLDERS,[The %s developers]) |