Skip to content

Commit 0064976

Browse files
committed
Bump version to 0.0.4
1 parent 4bdb667 commit 0064976

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
@@ -3,7 +3,7 @@
33
#---------------------------------#
44

55
# version format
6-
version: '0.0.3-{build}'
6+
version: '0.0.4-{build}'
77

88
#---------------------------------#
99
# environment configuration #
@@ -79,4 +79,4 @@ test: off
7979
# pushing entire folder as a zip archive
8080
artifacts:
8181
- path: bin
82-
name: 'rpcs3-v0.0.3-$(COMMIT_DATE)-$(COMMIT_SHA)_win64'
82+
name: 'rpcs3-v0.0.4-$(COMMIT_DATE)-$(COMMIT_SHA)_win64'

rpcs3/rpcs3_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ namespace rpcs3
99
return RPCS3_GIT_BRANCH;
1010
}
1111

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

0 commit comments

Comments
 (0)