Skip to content

Commit fbe6900

Browse files
AniLeoNekotekina
authored andcommitted
rpcs3_version: Bump to 0.0.9
1 parent 7fe9802 commit fbe6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/rpcs3_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace rpcs3
2323
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
2424
const utils::version& get_version()
2525
{
26-
static constexpr utils::version version{ 0, 0, 8, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
26+
static constexpr utils::version version{ 0, 0, 9, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
2727
return version;
2828
}
2929

0 commit comments

Comments
 (0)