]> Git Repo - VerusCoin.git/commitdiff
Update version
authorAsher <[email protected]>
Tue, 26 Nov 2019 23:47:36 +0000 (15:47 -0800)
committerAsher <[email protected]>
Tue, 26 Nov 2019 23:47:36 +0000 (15:47 -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 0d01004f80f54421c4d412bae7c24b4574977b2b..27d5b55a3bfb8cd65555d71b641b28e427433d3d 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.5.9-24
+  VERSION: 0.5.9-25
   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 95d018aa27178d0cd30fe33d0bb2a4cb1171ef0c..1d7a1b723c6b97005d1459c15ce2d89000a62228 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.5.9-24
+## VerusCoin version 0.5.9-25
 
 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 564112760f5a9a211b98b4090082d8b73a6e09f6..0d00f664e30498f38f3fdef054894e1501bd95e5 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.9-24
+VerusCoin Command Line Tools v0.5.9-25
 
 Contents:
 verusd - VerusCoin daemon
index d5fc6f5fb1cb3a1cdbbc036b6d7ac1338a7c478d..0da628641cf47e4fcbfc3c82cdebbb6ce66ad962 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.9-24
+VerusCoin Command Line Tools v0.5.9-25
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index 3c9f95563f371dbcf01cd270e68e662e6d2ffc09..3a8fd623e5ce0c8c5fb13df9071796060557a53d 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.9-24
+VerusCoin Command Line Tools v0.5.9-25
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index 6f24d116a4b9ad9653485b4872e6a9bf3701791f..9887b0403af0c0c68ffc0015708cfb1c51f08a2d 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.5.9-24"
+#define VERUS_VERSION "0.5.9-25"
 
 #endif // BITCOIN_VERSION_H
This page took 0.032339 seconds and 4 git commands to generate.