rpcs3_version: Bump to 0.0.19

This commit is contained in:
AniLeo 2021-11-01 02:45:07 +00:00 committed by Ani
parent e31173e33e
commit 46a54f5474

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