Bump version to 0.0.4
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
|
||||||
# version format
|
# version format
|
||||||
version: '0.0.3-{build}'
|
version: '0.0.4-{build}'
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# environment configuration #
|
# environment configuration #
|
||||||
@@ -79,4 +79,4 @@ test: off
|
|||||||
# pushing entire folder as a zip archive
|
# pushing entire folder as a zip archive
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin
|
- path: bin
|
||||||
name: 'rpcs3-v0.0.3-$(COMMIT_DATE)-$(COMMIT_SHA)_win64'
|
name: 'rpcs3-v0.0.4-$(COMMIT_DATE)-$(COMMIT_SHA)_win64'
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ namespace rpcs3
|
|||||||
return RPCS3_GIT_BRANCH;
|
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 };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user