rpcs3_version: Bump to 0.0.20 (#11318)

This commit is contained in:
Ani 2022-01-01 00:32:14 +00:00 committed by GitHub
parent cb2748ae08
commit 61d9852632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ namespace rpcs3
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
const utils::version& get_version()
{
static constexpr utils::version version{ 0, 0, 19, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 20, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}