diff --git a/README.md b/README.md index aa6c368d4..540eb837d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Dates are provided in the format YYYY-MM-DD. | Software upgrade block height | Date | Fork version | Minimum uPlexa version | Recommended uPlexa version | Details | | ------------------------------ | -----------| ----------------- | ---------------------- | -------------------------- | ---------------------------------------------------------------------------------- | | 2 | 2018-10-23 | v9 | v0.1.9.0 | v0.1.9.0 | CryptoNight-UPX, BulletProof -| 52279 | 2018-11-25 | v10 | v0.1.9.9 | v0.1.9.9 | 120s block times, LWMA difficulty +| 52279 | 2018-11-25 | v10 | v0.2.0.0 | v0.2.0.0 | 120s block times, LWMA difficulty X's indicate that these details have not been determined as of commit date. ## Release staging schedule and protocol @@ -129,7 +129,7 @@ invokes cmake commands as needed. * Change to the root of the source code directory, change to the most recent release branch, and build: cd uplexa - git checkout v0.1.9.9 + git checkout v0.2.0.0 make *Optional*: If your machine has several cores and enough memory, enable @@ -191,7 +191,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch ( ``` git clone https://github.com/uPlexa/uplexa.git cd uplexa - git checkout tags/v0.1.9.9 + git checkout tags/v0.2.0.0 ``` * Build: ``` @@ -288,9 +288,9 @@ application. cd uplexa -* If you would like a specific [version/tag](https://github.com/uPlexa/uplexa/tags), do a git checkout for that version. eg. 'v0.1.9.9'. If you dont care about the version and just want binaries from master, skip this step: +* If you would like a specific [version/tag](https://github.com/uPlexa/uplexa/tags), do a git checkout for that version. eg. 'v0.2.0.0'. If you dont care about the version and just want binaries from master, skip this step: - git checkout v0.1.9.9 + git checkout v0.2.0.0 * If you are on a 64-bit system, run: