From 5428c6ca3415b0121d4ba8862be7a50be9b83779 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 2 Oct 2016 19:15:01 +1300 Subject: [PATCH] Formatting fix --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index f01e6d33c..0ee15ce8f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -27,7 +27,7 @@ In `configure.ac` and `clientversion.h`: - Increment `CLIENT_VERSION_BUILD` according to the following schema: - 0-24: `1.0.0-beta1`-`1.0.0-beta25` - - 25-49: `1.0.0-rc1-1.0.0-rc25` + - 25-49: `1.0.0-rc1`-`1.0.0-rc25` - 50: `1.0.0` - 51-99: `1.0.0-1`-`1.0.0-49` - (`CLIENT_VERSION_REVISION` rolls over)