]> Git Repo - VerusCoin.git/commitdiff
Update vrsion
authorAsher Dawes <[email protected]>
Wed, 18 Nov 2020 21:12:46 +0000 (13:12 -0800)
committerAsher Dawes <[email protected]>
Wed, 18 Nov 2020 21:13:21 +0000 (13:13 -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/version.h

index 8624b213693f193504079b3e17c4e25cdc2c50e7..9bb09b832ff4f697ffd08d88f99e548456a85c9a 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.7.2-4
+  VERSION: 0.7.2-5
   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 d3054542ba7c960512f34bd6f6209f1689b2aab3..6ff49b42c68ca65f89e437acc85e214c59ce752d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.7.2-4
+## VerusCoin version 0.7.2-5
 
 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 ccb9e9e0e215ee87490ae61f1935fe6cd9e13c71..37c63951616548d9ebe665b63b31da10a094a8b6 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.7.2-4
+VerusCoin Command Line Tools v0.7.2-5
 
 Contents:
 verusd - VerusCoin daemon
index 5d9ba421e27fa15775f02e271c7b4b8854a9cb86..06c8b5e38cd91ba4db9d22bb14b63617fde98d68 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.7.2-4
+VerusCoin Command Line Tools v0.7.2-5
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index 6ef4c50471aba99b5054fa67ac4177db2bf156f8..160577e1b3034cee4eb4d486a6081e5cbbe79e47 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.7.2-4
+VerusCoin Command Line Tools v0.7.2-5
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index b0e14714ef14ad92d14d16a159a89216adf783ab..bb1bf67c075e41a7ae522e806c0c955ad473fafc 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.7.2-4"
+#define VERUS_VERSION "0.7.2-5"
 
 #endif // BITCOIN_VERSION_H
This page took 0.036674 seconds and 4 git commands to generate.