From 845d46d7b3c0a856299ff9f169ce7d49093d06b8 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Wed, 1 Oct 2025 14:46:23 +0100 Subject: [PATCH] bumped version to v1.0.0 --- README.md | 2 +- src/version.cpp.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84d4f911..4a5cefe56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Salvium One v1.0.0 -Copyright (c) 2023-2024, Salvium +Copyright (c) 2023-2025, Salvium Portions Copyright (c) 2014-2023, The Monero Project Portions Copyright (c) 2012-2013 The Cryptonote developers. diff --git a/src/version.cpp.in b/src/version.cpp.in index b707d723d..c625cc4f0 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.0-rc6" +#define DEF_SALVIUM_VERSION "1.0.0" #define DEF_MONERO_VERSION_TAG "release" #define DEF_MONERO_VERSION "0.18.3.4" #define DEF_MONERO_RELEASE_NAME "One"