Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-05-04 12:00:39 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-04 12:45:10 +0400
commit1cc73d589d8ef3789f18153282de7a2918324e5c (patch)
tree652ba4c3f8b0f2e32fbf43740d64c5e33fac6d0d
parent6916f40e280c01bc5a1d649f12911f791447b959 (diff)
Update Release.txt
-rw-r--r--docs/Release.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/Release.txt b/docs/Release.txt
index 157b18d9b..82a90a57d 100644
--- a/docs/Release.txt
+++ b/docs/Release.txt
@@ -1,16 +1,17 @@
Here is a quick how-to release a new stable build:
-1) Update "thirdparty/versions.txt" and the the date in "Changelog.txt"
-2) Commit the changes
-3) Make sure you have a clean source tree, no modified files, or unpushed commits
-4) Compile MPC-HC and the standalone filters:
+1) Update "thirdparty/versions.txt" and the release date in "Changelog.txt"
+2) Set the MPC_BETA_RELEASE define to 0 in "include/version.h"
+3) Commit the changes
+4) Make sure you have a clean source tree, no modified files, or unpushed commits
+5) Compile MPC-HC and the standalone filters:
a. CALL "build.bat" Clean All Both Release
b. CALL "build.bat" Build All Both Release Packages
-5) Keep the PDB files of all the filters and MPC-HC builds
-6) Create a git tag for the new release
-7) Upload the binary packages on SF following the directory and the packages names scheme
+6) Keep the PDB files of all the filters and MPC-HC builds
+7) Create a git tag for the new release
+8) Upload the binary packages on SF following the directory and the packages names scheme
(upload the PDB files too, use 7zip for creating the 7z packages)
-8) Update the website with the new download links, changelog and version.txt with
+9) Update the website with the new download links, changelog and version.txt with
the new version number
@@ -18,3 +19,5 @@ In the next commit, bump the version:
1) In "include/version.h"
2) In "src/mpc-hc/res/mpc-hc.exe.manifest.conf"
+
+and set the MPC_BETA_RELEASE define to 1 in "include/version.h"