We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d119cf6 commit 6cd5a7eCopy full SHA for 6cd5a7e
rpcs3/rpcs3_version.cpp
@@ -28,7 +28,7 @@ namespace rpcs3
28
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
29
const utils::version& get_version()
30
{
31
- static constexpr utils::version version{ 0, 0, 28, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
+ static constexpr utils::version version{ 0, 0, 29, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
32
return version;
33
}
34
0 commit comments