rpcs3_version: Bump to 0.0.22

This commit is contained in:
Ani 2022-05-01 13:34:29 +01:00
parent 5eeb79ffa1
commit 799c4837d3

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, 21, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 22, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}