Skip to content

Commit

Permalink
rpcs3_version: Bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AniLeo authored and Nekotekina committed Feb 29, 2020
1 parent 7fe9802 commit fbe6900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace rpcs3
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
const utils::version& get_version()
{
static constexpr utils::version version{ 0, 0, 8, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 9, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}

Expand Down

0 comments on commit fbe6900

Please sign in to comment.