From 2b1c9c5dfd619731121283e8dedfbead7ba480fd Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Mon, 25 May 2020 13:21:44 -0700 Subject: [PATCH] Update version --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- doc/man/verus-cli/linux/README.txt | 2 +- doc/man/verus-cli/mac/README.txt | 2 +- doc/man/verus-cli/windows/README.txt | 2 +- src/version.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65232335e..acaac0e93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: ####START#### PROJECT LEVEL VARIABLES ####START#### ######################################################################################################################## variables: - VERSION: 0.6.5-dev-11 + VERSION: 0.6.5-dev-12 VERUS_CLI_ARM64_LINUX: Verus-CLI-Linux-v${VERSION}-arm64.tar.gz VERUS_CLI_LINUX_AMD64: Verus-CLI-Linux-v${VERSION}-amd64.tar.gz VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip @@ -16,7 +16,7 @@ variables: Pipeline Trigger: ${CI_PIPELINE_SOURCE}\n Commit: https://github.com/VerusCoin/VerusCoin/commit/${CI_COMMIT_SHA}\n ${CI_COMMIT_MESSAGE}" - STRIP_BINARIES: "true" + STRIP_BINARIES: "false" ######################################################################################################################## ####END#### PROJECT LEVEL VARIABLES ####END#### ######################################################################################################################## diff --git a/README.md b/README.md index 8aaee9ff9..60de8b717 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## VerusCoin version 0.6.5-dev-11 +## VerusCoin version 0.6.5-dev-12 Arguably the world's most advanced technology, zero knowledge privacy-centric blockchain, Verus Coin brings Sapling performance and zero knowledge features to an intelligent system with interchain smart contracts and a completely original, combined proof of stake/proof of work consensus algorithm that solves the nothing at stake problem. With this and its approach towards CPU mining and ASICs, Verus Coin strives to be one of the most naturally decentralizing and attack resistant blockchains in existence. diff --git a/doc/man/verus-cli/linux/README.txt b/doc/man/verus-cli/linux/README.txt index 945cefcd5..6af41bbee 100644 --- a/doc/man/verus-cli/linux/README.txt +++ b/doc/man/verus-cli/linux/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.6.5-dev-11 +VerusCoin Command Line Tools v0.6.5-dev-12 Contents: verusd - VerusCoin daemon diff --git a/doc/man/verus-cli/mac/README.txt b/doc/man/verus-cli/mac/README.txt index 87cc3d355..5d4dd6443 100644 --- a/doc/man/verus-cli/mac/README.txt +++ b/doc/man/verus-cli/mac/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.6.5-dev-11 +VerusCoin Command Line Tools v0.6.5-dev-12 Contents: verusd - VerusCoin daemon. verus - VerusCoin command line utility. diff --git a/doc/man/verus-cli/windows/README.txt b/doc/man/verus-cli/windows/README.txt index e7d6c552a..d2cb0a2d9 100644 --- a/doc/man/verus-cli/windows/README.txt +++ b/doc/man/verus-cli/windows/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.6.5-dev-11 +VerusCoin Command Line Tools v0.6.5-dev-12 Contents: verusd.exe - VerusCoin daemon verus.exe - VerusCoin command line utility diff --git a/src/version.h b/src/version.h index 1e1be92b5..00bfa5636 100644 --- a/src/version.h +++ b/src/version.h @@ -35,6 +35,6 @@ static const int MEMPOOL_GD_VERSION = 60002; static const int NO_BLOOM_VERSION = 170004; #define KOMODO_VERSION "0.2.1" -#define VERUS_VERSION "0.6.5-dev-11" +#define VERUS_VERSION "0.6.5-dev-12" #endif // BITCOIN_VERSION_H