diff options
| author | Gavin Andresen <[email protected]> | 2012-01-23 13:14:49 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-01-23 13:14:49 -0500 |
| commit | 9ef59797afa44957be716f8830c23f587e490945 (patch) | |
| tree | 1ba69355d3a7c60631a41febd9aacf468db1f83a | |
| parent | Merge branch 'bugfix_areinpstd' of https://github.com/luke-jr/bitcoin (diff) | |
| parent | Merge pull request #764 from luke-jr/update_release_process (diff) | |
| download | discoin-9ef59797afa44957be716f8830c23f587e490945.tar.xz discoin-9ef59797afa44957be716f8830c23f587e490945.zip | |
Merge branch 'master' of github.com:bitcoin/bitcoin
| -rw-r--r-- | doc/release-process.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index ee1a5d4a3..3f1a6a5fb 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -1,3 +1,5 @@ +* update translations (ping tcatm on IRC for now) + * update (commit) version in sources bitcoin-qt.pro src/main.h (CLIENT_VERSION : PROTOCOL_VERSION in serialize.h is updated only on protocol changes) @@ -77,9 +79,9 @@ Build output expected: Bitcoin-Qt.dmg -* upload source and builds to SourceForge +* upload builds to SourceForge -* create SHA1SUMS for builds, and PGP-sign it +* create SHA256SUMS for builds, and PGP-sign it * update bitcoin.org version |