Skip to content

Commit

Permalink
Prepping for new Release
Browse files Browse the repository at this point in the history
  • Loading branch information
uPlexa committed Dec 12, 2018
1 parent b6a1a74 commit d706aae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
```
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit d706aae

Please sign in to comment.