bump version to 0.33.5.1

This commit is contained in:
Crypto City 2022-03-01 18:18:54 +00:00
parent aedf3b888e
commit 73079084bd
2 changed files with 4 additions and 4 deletions

View File

@ -129,7 +129,7 @@ invokes cmake commands as needed.
```bash
cd townforge
git checkout v0.33.5.0
git checkout v0.33.5.1
make
```
@ -239,10 +239,10 @@ application.
cd townforge
```
* If you would like a specific version/tag, do a git checkout for that version. eg. 'v0.33.5.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, do a git checkout for that version. eg. 'v0.33.5.1'. If you don't care about the version and just want binaries from master, skip this step:
```bash
git checkout v0.33.5.0
git checkout v0.33.5.1
```
* 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.33.5.0"
#define DEF_MONERO_VERSION "0.33.5.1"
#define DEF_MONERO_RELEASE_NAME "Shangri-La"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
#define DEF_MONERO_VERSION_IS_RELEASE @VERSION_IS_RELEASE@