Skip to content

Commit 6cd5a7e

Browse files
AniLeoelad335
authored andcommitted
rpcs3_version: Bump to 0.0.29
1 parent d119cf6 commit 6cd5a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/rpcs3_version.cpp

+1-1
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, 28, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
31+
static constexpr utils::version version{ 0, 0, 29, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
3232
return version;
3333
}
3434

0 commit comments

Comments
 (0)