Skip to content

Commit 8e4451d

Browse files
authored
rpcs3_version: Bump to 0.0.15 (#9866)
1 parent 0b5c635 commit 8e4451d

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
@@ -28,7 +28,7 @@ namespace rpcs3
2828
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
2929
const utils::version& get_version()
3030
{
31-
static constexpr utils::version version{ 0, 0, 14, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
31+
static constexpr utils::version version{ 0, 0, 15, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
3232
return version;
3333
}
3434

0 commit comments

Comments
 (0)