Skip to content

Commit

Permalink
Merge pull request #379 from eosnetworkfoundation/release-3.1.0-rc1
Browse files Browse the repository at this point in the history
Release 3.1.0-rc1
  • Loading branch information
heifner authored Jun 15, 2022
2 parents 0580eb9 + 3f298a7 commit 165e031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX dev)
set(VERSION_SUFFIX rc1)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Mandel

Home of the official [EOS Network Foundation](https://eosnetwork.com/) blockchain node software.

## Repo organization

| branch | description |
| ------ | ----------- |
| `main` | Development for future releases |
| `release/3.0.x` | 3.0.x-* series of releases |
| `release/3.0.x` | 3.0.x-* series of pre-releases before 3.1.x |
| `release/3.1.x` | 3.1.x* series of 3.1.0 releases |

## Supported Operating Systems

Expand All @@ -19,7 +22,6 @@ To speed up development and reduce support overhead, we're initially only suppor

```
apt-get update && apt-get install \
binaryen \
build-essential \
cmake \
curl \
Expand Down

0 comments on commit 165e031

Please sign in to comment.