bump version to 0.35.1.0

This commit is contained in:
Crypto City 2023-08-15 16:57:50 +00:00
parent ccd4c5bfa1
commit 41e8fa0fe1
2 changed files with 4 additions and 4 deletions

View File

@ -143,7 +143,7 @@ invokes cmake commands as needed.
```bash
cd townforge
git checkout v0.35.0.2
git checkout v0.35.1.0
make
```
@ -253,10 +253,10 @@ application.
cd townforge
```
* If you would like a specific version/tag, do a git checkout for that version. eg. 'v0.35.0.2'. 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, do a git checkout for that version. eg. 'v0.35.1.0'. If you don't care about the version and just want binaries from master, skip this step:
```bash
git checkout v0.35.0.2
git checkout v0.35.1.0
```
* If you are on a 64-bit system, run:

View File

@ -1,5 +1,5 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
#define DEF_MONERO_VERSION "0.35.0.2"
#define DEF_MONERO_VERSION "0.35.1.0"
#define DEF_MONERO_RELEASE_NAME "Ultima Thule"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
#define DEF_MONERO_VERSION_IS_RELEASE @VERSION_IS_RELEASE@