0.0.2 Alpha

This commit is contained in:
Nekotekina 2017-03-11 21:38:49 +03:00
parent ce35554a55
commit d878a286bc
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
namespace rpcs3
{
const extern utils::version version{ 0, 0, 1, utils::version_type::pre_alpha, 1, RPCS3_GIT_VERSION };
const extern utils::version version{ 0, 0, 2, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
}