Skip to content

Commit

Permalink
rpcs3_version: Bump to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AniLeo committed Dec 31, 2019
1 parent 7cc6881 commit 341fdf7
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 @@ -21,5 +21,5 @@ namespace rpcs3

// TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
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 };
}

0 comments on commit 341fdf7

Please sign in to comment.