rpcs3_version: Bump to 0.0.15 (#9866)

This commit is contained in:
Ani 2021-02-28 23:32:23 +00:00 committed by GitHub
parent 0b5c6350ae
commit 8e4451d1ab
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, 14, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 15, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}