Skip to content

Commit 595e42c

Browse files
committed
rpcs3_version: Bump to 0.0.40
1 parent 9288565 commit 595e42c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/rpcs3_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace rpcs3
2626

2727
const utils::version& get_version()
2828
{
29-
static constexpr utils::version version{ 0, 0, 39, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
29+
static constexpr utils::version version{ 0, 0, 40, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
3030
return version;
3131
}
3232

0 commit comments

Comments
 (0)