rpcs3_version: Bump to 0.0.9

This commit is contained in:
AniLeo 2020-02-29 20:21:14 +00:00 committed by Ivan
parent 7fe9802f87
commit fbe6900b28

View File

@ -23,7 +23,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, 8, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 9, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}