There was an error while loading. Please reload this page.
1 parent 9288565 commit 595e42cCopy full SHA for 595e42c
1 file changed
rpcs3/rpcs3_version.cpp
@@ -26,7 +26,7 @@ namespace rpcs3
26
27
const utils::version& get_version()
28
{
29
- static constexpr utils::version version{ 0, 0, 39, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
+ static constexpr utils::version version{ 0, 0, 40, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
30
return version;
31
}
32
0 commit comments