Skip to content

Commit

Permalink
Merge pull request #27 from eosnetworkfoundation/bump-version
Browse files Browse the repository at this point in the history
Bump version to v3.0.0-rc1
  • Loading branch information
tbfleming authored Jan 31, 2022
2 parents 368045b + 0b48820 commit 1a8407b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 2)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 13)
#set(VERSION_SUFFIX rc3)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Repo organization

Current development is on the `main` branch. There aren't any releases yet; they'll eventually be on release branches.
| branch | description |
| ------ | ----------- |
| `main` | Development for future releases |
| `release/3.0.x` | 3.0.x-* series of releases |

## Supported Operating Systems

Expand Down

0 comments on commit 1a8407b

Please sign in to comment.