diff options
| author | Gavin Andresen <[email protected]> | 2013-09-12 12:46:38 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-09-12 13:35:18 +1000 |
| commit | ef14a26b12ad63cbe109e24043b0b1ce5c07447a (patch) | |
| tree | 62c945e901c646a4931a60c3c0a248e311ba39f3 /doc | |
| parent | Fix out-of-bounds check (diff) | |
| download | archived-discoin-0.8.5.tar.xz archived-discoin-0.8.5.zip | |
Bump version numbers for 0.8.5 releasev0.8.5
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.md | 2 | ||||
| -rw-r--r-- | doc/README_windows.txt | 2 | ||||
| -rw-r--r-- | doc/release-notes.md | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md index f63296759..1a7b06868 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,4 +1,4 @@ -Bitcoin 0.8.4 BETA +Bitcoin 0.8.5 BETA ==================== Copyright (c) 2009-2013 Bitcoin Developers diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 46f6c1aed..f0eb21150 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -Bitcoin 0.8.4 BETA
+Bitcoin 0.8.5 BETA
Copyright (c) 2009-2013 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
diff --git a/doc/release-notes.md b/doc/release-notes.md index 33fc35186..bc605cf8b 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,7 @@ (note: this is a temporary file, to be added-to by anybody, and deleted at release time) -0.8.4 changes +0.8.5 changes ============= +Workaround negative version numbers serialization bug. |