From cb2f9d3f757329435aabe47ca408880e1e8e61cd Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Fri, 18 Oct 2024 14:37:36 +0100 Subject: [PATCH] updated seed IPs, updated mainnet checksums, bumped version --- README.md | 8 ++++---- src/version.cpp.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63283b7..c330659 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Salvium Zero v0.6.0-rc3 +# Salvium Zero v0.6.0-rc4 Copyright (c) 2023-2024, Salvium Portions Copyright (c) 2014-2023, The Monero Project @@ -251,7 +251,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch ( ```bash git clone https://github.com/salvium/salvium cd salvium - git checkout v0.6.0-rc3 + git checkout v0.6.0-rc4 ``` * Build: @@ -370,10 +370,10 @@ application. cd salvium ``` -* If you would like a specific [version/tag](https://github.com/salvium/salvium/tags), do a git checkout for that version. eg. 'v0.6.0-rc3'. 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/salvium/salvium/tags), do a git checkout for that version. eg. 'v0.6.0-rc4'. If you don't care about the version and just want binaries from master, skip this step: ```bash - git checkout v0.6.0-rc3 + git checkout v0.6.0-rc4 ``` * If you are on a 64-bit system, run: diff --git a/src/version.cpp.in b/src/version.cpp.in index 03a7ba7..43cade0 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ #define DEF_SALVIUM_VERSION_TAG "@VERSIONTAG@" -#define DEF_SALVIUM_VERSION "0.6.0-rc3" +#define DEF_SALVIUM_VERSION "0.6.0-rc4" #define DEF_MONERO_VERSION_TAG "release" #define DEF_MONERO_VERSION "0.18.3.3" #define DEF_MONERO_RELEASE_NAME "Zero"