forked from townforge/townforge
bump version to 0.33.5.1
This commit is contained in:
parent
aedf3b888e
commit
73079084bd
@ -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:
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user