We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc6881 commit 341fdf7Copy full SHA for 341fdf7
rpcs3/rpcs3_version.cpp
@@ -21,5 +21,5 @@ namespace rpcs3
21
22
// TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
23
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
24
- const extern utils::version version{ 0, 0, 7, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
+ const extern utils::version version{ 0, 0, 8, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
25
}
0 commit comments