mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-29 07:14:09 -06:00
rpcs3_version: Bump to 0.0.39
This commit is contained in:
parent
51fd4b2f76
commit
c5511200d5
@ -28,7 +28,7 @@ namespace rpcs3
|
||||
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
|
||||
const utils::version& get_version()
|
||||
{
|
||||
static constexpr utils::version version{ 0, 0, 38, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||
static constexpr utils::version version{ 0, 0, 39, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||
return version;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user