Version 0.0.3

This commit is contained in:
Nekotekina 2017-07-20 18:05:34 +03:00
parent 0dfd2eadc1
commit d7e72797a8
2 changed files with 3 additions and 3 deletions

View file

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