diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-10-25 05:52:55 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-10-25 05:52:55 -0700 |
| commit | 7a1786084db43519cff0e7b3e7bc742dede2c731 (patch) | |
| tree | 45573e801db370573325d684f5a86272d39fb831 /doc | |
| parent | Merge pull request #1955 from gmaxwell/gbt_paramfix (diff) | |
| parent | Show warning when using prerelease version (diff) | |
| download | discoin-7a1786084db43519cff0e7b3e7bc742dede2c731.tar.xz discoin-7a1786084db43519cff0e7b3e7bc742dede2c731.zip | |
Merge pull request #1956 from laanwj/2012_10_prerelease_warning
Show warning when using prerelease version
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 075fb01db..2a3eb17c2 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -2,7 +2,7 @@ * update (commit) version in sources bitcoin-qt.pro - src/clientversion.h + src/clientversion.h (change CLIENT_VERSION_IS_RELEASE to true) share/setup.nsi doc/README* |