build: bump version to 0.20.2rc3

This commit is contained in:
fanquake 2021-09-06 14:20:16 +08:00
parent 0712b04359
commit 88178b1d30
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -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])