From 0d317cd522ff04796b3a9ecb5ef58cca44d3920b Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 9 Feb 2017 14:25:20 -0700 Subject: [PATCH] Bump protocol version in release process if necessary. --- doc/release-process.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index c4b22f3fc..41151cb1f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -56,6 +56,9 @@ In `configure.ac` and `clientversion.h`: - Change `CLIENT_VERSION_IS_RELEASE` to false while Zcash is in beta-test phase. +If this release changes the behavior of the protocol or fixes a serious bug, we may +also wish to change the `PROTOCOL_VERSION` in `version.h`. + ### B2. Write release notes Run the release-notes.py script to generate release notes and update authors.md file. For example: