]> Git Repo - VerusCoin.git/commitdiff
update version
authorAsher Dawes <[email protected]>
Thu, 4 Jun 2020 22:46:30 +0000 (15:46 -0700)
committerAsher Dawes <[email protected]>
Thu, 4 Jun 2020 22:46:30 +0000 (15:46 -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 1ac299dc78e0d664b5995cfc3369a40ff60315df..3a9805a44dc6daa12c1b2ce987850e935785d4e3 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.6.5-dev-26
+  VERSION: 0.6.5-dev-27
   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 1cfddf8d1bc92607f4c15823916d540e42bca8ac..68759c0ac6dadfb81ea13c30f15d043d76302e1d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.6.5-dev-26
+## VerusCoin version 0.6.5-dev-27
 
 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 4b6afc3e2ac9803e3272badeea98c548690a0d36..3c515ee28cee56191583752898fc3a05fa78f496 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-26
+VerusCoin Command Line Tools v0.6.5-dev-27
 
 Contents:
 verusd - VerusCoin daemon
index 080939d54118df544f409087987bd0be8a02a1d3..ba8177f27371d035345e02c611eb0d305e173e65 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-26
+VerusCoin Command Line Tools v0.6.5-dev-27
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index 6e8d517bafb9da0335f6317f25b1e1ec1fa44ef7..632db61cefbdfd3521b7f56e6bbeda880eb881ee 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-26
+VerusCoin Command Line Tools v0.6.5-dev-27
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index 2359dee761922acb9a5aeac5b1c713f7f487cc3e..b7ec9e8c90bdb2c4c1f9fa15e6c7a1f31f75bcdb 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-26"
+#define VERUS_VERSION "0.6.5-dev-27"
 
 #endif // BITCOIN_VERSION_H
This page took 0.033092 seconds and 4 git commands to generate.