Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Jul 20, 2017
1 parent 0dfd2ea commit d7e7279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.0.2-{build}'
version: '0.0.3-{build}'

os: Visual Studio 2015
platform: x64
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rpcs3/rpcs3_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
}

0 comments on commit d7e7279

Please sign in to comment.