From 0064976c43250ea89a407225813a6f760894c7f5 Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 12 Nov 2017 17:51:12 +0000 Subject: [PATCH] Bump version to 0.0.4 --- appveyor.yml | 4 ++-- rpcs3/rpcs3_version.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 53b5f13d41..5afc222851 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ #---------------------------------# # version format -version: '0.0.3-{build}' +version: '0.0.4-{build}' #---------------------------------# # environment configuration # @@ -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' diff --git a/rpcs3/rpcs3_version.cpp b/rpcs3/rpcs3_version.cpp index 23b93498bf..237bc03bf8 100644 --- a/rpcs3/rpcs3_version.cpp +++ b/rpcs3/rpcs3_version.cpp @@ -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 }; }