]> Git Repo - VerusCoin.git/commitdiff
Update deprecation height and version
authorAsher <[email protected]>
Sun, 8 Dec 2019 06:37:38 +0000 (22:37 -0800)
committerAsher <[email protected]>
Sun, 8 Dec 2019 06:37:38 +0000 (22:37 -0800)
.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/deprecation.h
src/version.h

index e93e2a4c1eeb601083bde672a7c66b318c1db7a3..587174e3ef354a1071a3400ead8d2d6b24bfc131 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.6.0
+  VERSION: 0.6.0-1
   VERUS_CLI_ARM64_LINUX: Verus-CLI-Linux-v${VERSION}-arm64.tar.gz
   VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}-amd64.tar.gz
   VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
index 8ac1561937f947a0ef6d9309e1df7363310f8164..a8ca0678afdebe347f98aecd58dfc7f8caa18cee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.6.0
+## VerusCoin version 0.6.0-1
 
 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 d82b6f4c8d19863a01f88f0d12e96349c9393c22..2f2596ff37a95a111164c60633ea1dc54d6355a2 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.0
+VerusCoin Command Line Tools v0.6.0-1
 
 Contents:
 verusd - VerusCoin daemon
index 39021d9750218ccbac3407280bbb44e7f5fe7166..bd859833376112c151578abd1dd6c1df89f10364 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.0
+VerusCoin Command Line Tools v0.6.0-1
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index b131d75eeb0a25534c094c6466b0acc756d42295..78ce9a4bf03128fec6e548c7bea384848e6e2467 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.0
+VerusCoin Command Line Tools v0.6.0-1
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index 0a5ae0af18eee5201a35784ff20698018c1ecbf2..14c6ced23a6af4e24a43cb633bc17033dad91d65 100644 (file)
@@ -8,7 +8,7 @@
 // Deprecation policy:
 // * Shut down 16 weeks' worth of blocks after the estimated release block height.
 // * A warning is shown during the 2 weeks' worth of blocks prior to shut down.
-static const int APPROX_RELEASE_HEIGHT = 787900;
+static const int APPROX_RELEASE_HEIGHT = 789900;
 static const int WEEKS_UNTIL_DEPRECATION = 20;
 static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 60 * 24);
 
index 03cac01b34532f16515ff7e1eb8e2f9a70e0476a..d8a43861456ede36b1f43336a25a10acd272207b 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.0"
+#define VERUS_VERSION "0.6.0-1"
 
 #endif // BITCOIN_VERSION_H
This page took 0.031659 seconds and 4 git commands to generate.