update version
authorAsher Dawes <asher.dawes@gmail.com>
Wed, 3 Jun 2020 23:14:36 +0000 (16:14 -0700)
committerAsher Dawes <asher.dawes@gmail.com>
Wed, 3 Jun 2020 23:14:36 +0000 (16:14 -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/version.h

index 7838a1dd156f1a724b52e3b20561786d6e72b083..3403ce3ae232bd4f467f9bff128ac0e21d9f224f 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.6.5-dev-20
+  VERSION: 0.6.5-dev-21
   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
index 9f83c968b083dd93800bdcf4ef118a1c1dcb9320..e1d261458fa816ec3bea2ea5a0cc4082f7857a91 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.6.5-dev-20
+## VerusCoin version 0.6.5-dev-21
 
 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 ec08f21eb5784bd1f5ae90af047a2339751638de..34642a0387c46c438bde58f52d70b85210cc42e1 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-20
+VerusCoin Command Line Tools v0.6.5-dev-21
 
 Contents:
 verusd - VerusCoin daemon
index eddd5ffa737f4c86dbbeb232616343d1a1d94a0d..7fe5a2293836cbb252b42b293cb115fcde68440b 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-20
+VerusCoin Command Line Tools v0.6.5-dev-21
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index 54a11932d2ff4a272e5822c7433f126ee325bca8..79f62d3c7daab09d605585e58b8a073cb669ad4a 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-20
+VerusCoin Command Line Tools v0.6.5-dev-21
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index af5152de276a1e9720c27fc912dc03032ad434d7..0a3820b5a0910b0a68ac54f94db2977ee8964419 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.6.5-dev-20"
+#define VERUS_VERSION "0.6.5-dev-21"
 
 #endif // BITCOIN_VERSION_H
This page took 0.039611 seconds and 4 git commands to generate.