]> Git Repo - VerusCoin.git/commitdiff
Update version
authorAsher Dawes <[email protected]>
Mon, 25 May 2020 20:21:44 +0000 (13:21 -0700)
committerAsher Dawes <[email protected]>
Mon, 25 May 2020 20:21:44 +0000 (13:21 -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 65232335eb42e5fa556338150e327d63b0b3b136..acaac0e93c42cd4b708c2fef14c70dde21aa44dc 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.6.5-dev-11
+  VERSION: 0.6.5-dev-12
   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
@@ -16,7 +16,7 @@ variables:
   Pipeline Trigger: ${CI_PIPELINE_SOURCE}\n
   Commit: https://github.com/VerusCoin/VerusCoin/commit/${CI_COMMIT_SHA}\n
   ${CI_COMMIT_MESSAGE}"
-  STRIP_BINARIES: "true"
+  STRIP_BINARIES: "false"
 ########################################################################################################################
 ####END####                                        PROJECT LEVEL VARIABLES                                   ####END####
 ########################################################################################################################
index 8aaee9ff903618f58af9de16ebf545d42ddea610..60de8b7173c5630ba9b80254a15a0fa2c845e24e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.6.5-dev-11
+## VerusCoin version 0.6.5-dev-12
 
 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 945cefcd58b240580d6e2f69cd1ab9cbf4ba6a9f..6af41bbee1673b442a37168c023208170bda7fc2 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-11
+VerusCoin Command Line Tools v0.6.5-dev-12
 
 Contents:
 verusd - VerusCoin daemon
index 87cc3d355be804ee59a1a98959b3c1ecf2bf3cf1..5d4dd6443d54f74dd2fb41d037b2b844a4f53a68 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-11
+VerusCoin Command Line Tools v0.6.5-dev-12
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index e7d6c552a020b0d2fa62de09d11665354a94fc93..d2cb0a2d9f747f17cedf693e00f91f130733ef99 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.5-dev-11
+VerusCoin Command Line Tools v0.6.5-dev-12
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index 1e1be92b5350456dc20b04c90894fe7916a210f8..00bfa56361ce065a94b0b8e422244f1460d09e28 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-11"
+#define VERUS_VERSION "0.6.5-dev-12"
 
 #endif // BITCOIN_VERSION_H
This page took 0.03179 seconds and 4 git commands to generate.