mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-11 06:40:39 +00:00
Version 0.0.3
This commit is contained in:
parent
0dfd2eadc1
commit
d7e72797a8
@ -1,4 +1,4 @@
|
|||||||
version: '0.0.2-{build}'
|
version: '0.0.3-{build}'
|
||||||
|
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
platform: x64
|
platform: x64
|
||||||
@ -32,7 +32,7 @@ install:
|
|||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin
|
- path: bin
|
||||||
name: 'rpcs3-v0.0.2-$(Date)-$(COMMIT_SHA)_win64'
|
name: 'rpcs3-v0.0.3-$(Date)-$(COMMIT_SHA)_win64'
|
||||||
type: zip
|
type: zip
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
namespace rpcs3
|
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 };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user