There was an error while loading. Please reload this page.
1 parent cc01b0f commit 23b339dCopy full SHA for 23b339d
1 file changed
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, 37, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
+ static constexpr utils::version version{ 0, 0, 38, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
32
return version;
33
}
34
0 commit comments