]> Git Repo - VerusCoin.git/commitdiff
Update version
authorAsher <[email protected]>
Sat, 28 Sep 2019 17:57:44 +0000 (10:57 -0700)
committerAsher <[email protected]>
Sat, 28 Sep 2019 17:57:44 +0000 (10:57 -0700)
.gitlab-ci.yml
README.md
doc/man/verus-cli/linux/README.txt
doc/man/verus-cli/mac/README.txt
doc/man/verus-cli/windows/README.txt
src/pbaas/pbaas.cpp
src/version.h

index ef180c067a1899a4cf9f17bf0120908e5079b1f4..7ecb62c158debb8527913773f26098ace88f30df 100644 (file)
@@ -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
index f1b8e3a3cee432b2b2a4a2cee2039ca4a1cfe4a2..eee439e1b5e06dc5be03ddd5c2abcefeed712bb5 100644 (file)
--- 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.
 
index 3d2077c401052d69f2c63a2a75599b22cdc6267c..e6aeebc0037abb370d8be349c2ccedd5b42e723d 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.8-4
+VerusCoin Command Line Tools v0.5.8-5
 
 Contents:
 verusd - VerusCoin daemon
index d5526c260fdb995a29406422677180b229852933..84ff8e4eabfc3f76601825c18884c5d36863df4e 100644 (file)
@@ -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.
index 54145ade42004b9d263a0d8e3273999696046648..1752cdc518527932957ea81459c0fd464eb8c32e 100644 (file)
@@ -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
index e705cf1a86b6e48161a024525085bcc80c69c526..0105ce505c016f1c3d85084adc56542abd5ace12 100644 (file)
@@ -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;
index fffb1acbfb487da6699353fe740b542311a8374b..b8ae51265a739c403d1ab8b3426aa32436e2ba53 100644 (file)
@@ -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
This page took 0.030097 seconds and 4 git commands to generate.