Skip to content

Commit 341fdf7

Browse files
committed
rpcs3_version: Bump to 0.0.8
1 parent 7cc6881 commit 341fdf7

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
@@ -21,5 +21,5 @@ namespace rpcs3
2121

2222
// TODO: Make this accessible from cmake and keep in sync with MACOSX_BUNDLE_BUNDLE_VERSION.
2323
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
24-
const extern utils::version version{ 0, 0, 7, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
24+
const extern utils::version version{ 0, 0, 8, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
2525
}

0 commit comments

Comments
 (0)