Skip to content

Commit d7e7279

Browse files
committed
Version 0.0.3
1 parent 0dfd2ea commit d7e7279

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.0.2-{build}'
1+
version: '0.0.3-{build}'
22

33
os: Visual Studio 2015
44
platform: x64
@@ -32,7 +32,7 @@ install:
3232

3333
artifacts:
3434
- path: bin
35-
name: 'rpcs3-v0.0.2-$(Date)-$(COMMIT_SHA)_win64'
35+
name: 'rpcs3-v0.0.3-$(Date)-$(COMMIT_SHA)_win64'
3636
type: zip
3737

3838
cache:

rpcs3/rpcs3_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
namespace rpcs3
66
{
7-
const extern utils::version version{ 0, 0, 2, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
7+
const extern utils::version version{ 0, 0, 3, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
88
}

0 commit comments

Comments
 (0)