Skip to content

Commit a8159fe

Browse files
authored
Merge pull request #689 from AntelopeIO/version-bump-1.0.0
[1.0] Bump version to v1.0.0 final
2 parents 2e6a875 + e64994d commit a8159fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set( CXX_STANDARD_REQUIRED ON)
1616
set(VERSION_MAJOR 1)
1717
set(VERSION_MINOR 0)
1818
set(VERSION_PATCH 0)
19-
set(VERSION_SUFFIX rc3)
19+
#set(VERSION_SUFFIX rc3)
2020

2121
if(VERSION_SUFFIX)
2222
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ nodeos --full-version
4040
```
4141
You should see a [semantic version](https://semver.org) string followed by a `git` commit hash with no errors. For example:
4242
```
43-
v3.1.2-0b64f879e3ebe2e4df09d2e62f1fc164cc1125d1
43+
v1.0.1-9026a03c09c9b4f93edca696b5eef259f0ab96b3
4444
```
4545

4646
## Build and Install from Source
@@ -84,7 +84,7 @@ cd spring
8484
```
8585

8686
### Step 2 - Checkout Release Tag or Branch
87-
Choose which [release](https://github.com/AntelopeIO/spring/releases) or [branch](#branches) you would like to build, then check it out. If you are not sure, use the [latest release](https://github.com/AntelopeIO/spring/releases/latest). For example, if you want to build release 3.1.2 then you would check it out using its tag, `v3.1.2`. In the example below, replace `v0.0.0` with your selected release tag accordingly:
87+
Choose which [release](https://github.com/AntelopeIO/spring/releases) or [branch](#branches) you would like to build, then check it out. If you are not sure, use the [latest release](https://github.com/AntelopeIO/spring/releases/latest). For example, if you want to build release 1.0.1 then you would check it out using its tag, `v1.0.1`. In the example below, replace `v0.0.0` with your selected release tag accordingly:
8888
```bash
8989
git fetch --all --tags
9090
git checkout v0.0.0

0 commit comments

Comments
 (0)