From 48fb95bdc12a7085a6e44d5fcb6921ccfd4b5b0b Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Thu, 16 Oct 2025 14:58:02 +0100 Subject: [PATCH] bumped version to v1.0.6 --- README.md | 10 +++++----- src/version.cpp.in | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37f7b4796..b37835135 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Salvium One v1.0.5 +# Salvium One v1.0.6 Copyright (c) 2023-2025, Salvium Portions Copyright (c) 2014-2023, The Monero Project @@ -172,7 +172,7 @@ invokes cmake commands as needed. ```bash cd salvium - git checkout v1.0.5 + git checkout v1.0.6 make ``` @@ -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 v1.0.5 + git checkout v1.0.6 ``` * 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. 'v1.0.5'. 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. 'v1.0.6'. If you don't care about the version and just want binaries from master, skip this step: ```bash - git checkout v1.0.5 + git checkout v1.0.6 ``` * If you are on a 64-bit system, run: diff --git a/src/version.cpp.in b/src/version.cpp.in index e9b51c436..9133b17e8 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 "1.0.5" +#define DEF_SALVIUM_VERSION "1.0.6" #define DEF_MONERO_VERSION_TAG "release" #define DEF_MONERO_VERSION "0.18.3.4" #define DEF_MONERO_RELEASE_NAME "One"