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

@ -1,4 +1,4 @@
version: '0.0.2-{build}'
version: '0.0.3-{build}'
os: Visual Studio 2015
platform: x64
@ -32,7 +32,7 @@ install:
artifacts:
- path: bin
name: 'rpcs3-v0.0.2-$(Date)-$(COMMIT_SHA)_win64'
name: 'rpcs3-v0.0.3-$(Date)-$(COMMIT_SHA)_win64'
type: zip
cache:

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 };
}