Skip to content

Commit

Permalink
[Version] Push Sumokoin version to v0.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quangvu3 committed Mar 23, 2020
1 parent d58810f commit 5ccfc1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```
git clone https://github.com/sumoprojects/sumokoin.git
cd sumokoin
git checkout tags/v0.6.0.2
git checkout tags/v0.6.1.0
```
* Build:
Expand Down Expand Up @@ -321,10 +321,10 @@ application.
cd sumokoin
```

* If you would like a specific [version/tag](https://github.com/sumoprojects/sumokoin/tags), do a git checkout for that version. eg. 'v0.15.0.0'. If you don't care about the version and just want binaries from master, skip this step:
* If you would like a specific [version/tag](https://github.com/sumoprojects/sumokoin/tags), do a git checkout for that version. eg. 'v0.6.1.0'. If you don't care about the version and just want binaries from master, skip this step:
```bash
git checkout v0.6.0.2
git checkout v0.6.1.0
```
* If you are on a 64-bit system, run:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Setup for LXC:

```bash
GH_USER=quangvu
VERSION=v0.6.0.1
VERSION=v0.6.1.0

./gitian-build.py --setup $GH_USER $VERSION
```
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define DEF_SUMOKOIN_VERSION_TAG "@VERSIONTAG@"
#define DEF_SUMOKOIN_VERSION "0.6.0.2"
#define DEF_SUMOKOIN_VERSION "0.6.1.0"
#define DEF_SUMOKOIN_RELEASE_NAME "Sendai"
#define DEF_SUMOKOIN_VERSION_FULL DEF_SUMOKOIN_VERSION "-" DEF_SUMOKOIN_VERSION_TAG
#define DEF_SUMOKOIN_VERSION_IS_RELEASE @VERSION_IS_RELEASE@
Expand Down

0 comments on commit 5ccfc1a

Please sign in to comment.