Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AniLeo committed Nov 12, 2017
1 parent 4bdb667 commit 0064976
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
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: '0.0.3-{build}'
version: '0.0.4-{build}'

#---------------------------------#
# environment configuration #
Expand Down Expand Up @@ -79,4 +79,4 @@ test: off
# pushing entire folder as a zip archive
artifacts:
- path: bin
name: 'rpcs3-v0.0.3-$(COMMIT_DATE)-$(COMMIT_SHA)_win64'
name: 'rpcs3-v0.0.4-$(COMMIT_DATE)-$(COMMIT_SHA)_win64'
2 changes: 1 addition & 1 deletion rpcs3/rpcs3_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ namespace rpcs3
return RPCS3_GIT_BRANCH;
}

const extern utils::version version{ 0, 0, 3, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
const extern utils::version version{ 0, 0, 4, utils::version_type::alpha, 1, RPCS3_GIT_VERSION };
}

0 comments on commit 0064976

Please sign in to comment.