]> Git Repo - VerusCoin.git/commitdiff
bump version
authorAsher Dawes <[email protected]>
Fri, 5 Jun 2020 10:16:12 +0000 (03:16 -0700)
committerAsher Dawes <[email protected]>
Fri, 5 Jun 2020 10:16:12 +0000 (03:16 -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 934aea9b293f2d964fe5b9dc3c1956e590f4ca89..eab4b7b274c1da1e2c82e4aefbad93c63b54d961 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.6.5-dev-312
+  VERSION: 0.6.5-dev-33
   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 2ea791f0d3d9033fadcf84446c46490c26f7b61f..22d12cc34b8809e900b7bb2932710b4fd0d291d8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.6.5-dev-312
+## VerusCoin version 0.6.5-dev-33
 
 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 0cf1442596904c84d8ce47c1b3098a1b1ad1826d..ebb0f2043a231465667b77e4b8dc2282311f6d81 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-312
+VerusCoin Command Line Tools v0.6.5-dev-33
 
 Contents:
 verusd - VerusCoin daemon
index 8039ffd686dde5aba445f5de7fe432f202394a4f..bf906a57f6ce747e0f0fb8bb46b408a943e8a7de 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-312
+VerusCoin Command Line Tools v0.6.5-dev-33
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index 6ba8e0acfef2479484180ec1374126c60a499e3b..b457b66c41e62315115f008de8626ae39a748ef5 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-312
+VerusCoin Command Line Tools v0.6.5-dev-33
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index 51ac06b23412d13e5be4988ce854b86b05d939cb..9d062216c59e3502d3f6ba46af619e3acd294960 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-312"
+#define VERUS_VERSION "0.6.5-dev-33"
 
 #endif // BITCOIN_VERSION_H
This page took 0.032514 seconds and 4 git commands to generate.