mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
rpcs3_version: Bump to 0.0.18
This commit is contained in:
parent
43cc62d267
commit
9c0c8f2bc7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace rpcs3
|
||||||
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
|
// Currently accessible by Windows and Linux build scripts, see implementations when doing MACOSX
|
||||||
const utils::version& get_version()
|
const utils::version& get_version()
|
||||||
{
|
{
|
||||||
static constexpr utils::version version{ 0, 0, 17, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
static constexpr utils::version version{ 0, 0, 18, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
|
||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue