diff options
author | Matt Corallo <matt@bluematt.me> | 2012-02-29 16:12:36 -0500 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2012-02-29 16:12:36 -0500 |
commit | 95486d5c48f8cb3aafef90487dd5f23f11a954be (patch) | |
tree | 32249a3910d3dc078700adc436e4e76ca66e6149 /doc | |
parent | 142e604184e3ab6dcbe02cebcbe08e5623182b81 (diff) |
Fix release-process.txt for new deps zip.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 841edbda6d..ea9ead47fe 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -37,7 +37,7 @@ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml cp build/out/qt-win32-4.7.4-gitian.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml - cp build/out/bitcoin-deps-0.0.1.tbz2 inputs/ + cp build/out/bitcoin-deps-0.0.3.zip inputs/ * Build bitcoind and bitcoin-qt on Linux32, Linux64, and Win32: ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian.yml |