aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-12-16 16:26:14 -0500
committerGavin Andresen <[email protected]>2011-12-19 10:24:23 -0500
commitf8ded588a2f78ac2767a60c716a7d15c273b4fc7 (patch)
treef8bb01303f5feb0bf04a8fb01ada04b58304a207 /doc
parentBump version 0.5.99 (prep for pulling for version 0.6) (diff)
downloaddiscoin-f8ded588a2f78ac2767a60c716a7d15c273b4fc7.tar.xz
discoin-f8ded588a2f78ac2767a60c716a7d15c273b4fc7.zip
Implement BIP 14 : separate protocol version from client version
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt
index 14d8efeb3..ee1a5d4a3 100644
--- a/doc/release-process.txt
+++ b/doc/release-process.txt
@@ -1,6 +1,6 @@
* update (commit) version in sources
bitcoin-qt.pro
- src/serialize.h
+ src/main.h (CLIENT_VERSION : PROTOCOL_VERSION in serialize.h is updated only on protocol changes)
share/setup.nsi
doc/README*