Formatting fix

This commit is contained in:
Jack Grigg 2016-10-02 19:15:01 +13:00
parent 1fa852f7a0
commit 5428c6ca34
1 changed files with 1 additions and 1 deletions

View File

@ -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)