rpcs3_version: Bump to 0.0.35

This commit is contained in:
Ani 2025-02-28 19:30:55 +00:00
parent 207ee59acd
commit 8a928174e6
No known key found for this signature in database
GPG key ID: 7FC43A54FB6104CF

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