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 801adb0 commit c4d99f9Copy full SHA for c4d99f9
rpcs3/rpcs3_version.cpp
@@ -10,5 +10,5 @@ namespace rpcs3
10
}
11
12
//TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
13
- const extern utils::version version{ 0, 0, 6, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
+ const extern utils::version version{ 0, 0, 7, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
14
0 commit comments