rpcs3_version: Bump to 0.0.38

This commit is contained in:
Ani 2025-09-30 20:03:50 +02:00
parent cc01b0f0dc
commit 23b339d410
1 changed files with 1 additions and 1 deletions

View File

@ -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, 37, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
static constexpr utils::version version{ 0, 0, 38, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
return version;
}