From 736e47d2b8493d8b6d904bd09adfbef1c76b52a3 Mon Sep 17 00:00:00 2001 From: Asher Date: Sat, 28 Sep 2019 10:57:44 -0700 Subject: [PATCH] Update version --- .gitlab-ci.yml | 2 +- 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/pbaas/pbaas.cpp | 2 +- src/version.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef180c067..7ecb62c15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: ####START#### PROJECT LEVEL VARIABLES ####START#### ######################################################################################################################## variables: - VERSION: 0.5.8-4 + VERSION: 0.5.8-5 VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip VERUS_CLI_MACOS: Verus-CLI-MacOS-v${VERSION}.tar.gz diff --git a/README.md b/README.md index f1b8e3a3c..eee439e1b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## VerusCoin version 0.5.8-4 +## VerusCoin version 0.5.8-5 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 3d2077c40..e6aeebc00 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.5.8-4 +VerusCoin Command Line Tools v0.5.8-5 Contents: verusd - VerusCoin daemon diff --git a/doc/man/verus-cli/mac/README.txt b/doc/man/verus-cli/mac/README.txt index d5526c260..84ff8e4ea 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.5.8-4 +VerusCoin Command Line Tools v0.5.8-5 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 54145ade4..1752cdc51 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.5.8-4 +VerusCoin Command Line Tools v0.5.8-5 Contents: verusd.exe - VerusCoin daemon verus.exe - VerusCoin command line utility diff --git a/src/pbaas/pbaas.cpp b/src/pbaas/pbaas.cpp index e705cf1a8..0105ce505 100644 --- a/src/pbaas/pbaas.cpp +++ b/src/pbaas/pbaas.cpp @@ -1060,7 +1060,7 @@ uint32_t CConnectedChains::CombineBlocks(CBlockHeader &bh) bool CConnectedChains::IsVerusPBaaSAvailable() { - return notaryChainVersion > "0.6" || notaryChainVersion == "0.5.8"; + return notaryChainVersion > "0.6" || notaryChainVersion == "0.5.8-5"; } extern string PBAAS_HOST, PBAAS_USERPASS; diff --git a/src/version.h b/src/version.h index fffb1acbf..b8ae51265 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.5.8-4" +#define VERUS_VERSION "0.5.8-5" #endif // BITCOIN_VERSION_H -- 2.42.0