From f11e5e374d1d6f26a6d7299677bad87d2d13582d Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 2 Dec 2019 00:23:04 -0800 Subject: [PATCH] update version --- .gitlab-ci.yml | 2 +- README.md | 2 +- doc/man/verus-cli/linux/README.txt | 2 +- doc/man/verus-cli/mac/README.txt | 2 +- doc/man/verus-cli/windows/README.txt | 2 +- src/version.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f2fe965b..85885f1f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: ####START#### PROJECT LEVEL VARIABLES ####START#### ######################################################################################################################## variables: - VERSION: 0.5.9-35 + VERSION: 0.5.9-36 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 diff --git a/README.md b/README.md index b71a0c42c..8d0e2b9db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## VerusCoin version 0.5.9-35 +## VerusCoin version 0.5.9-36 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. diff --git a/doc/man/verus-cli/linux/README.txt b/doc/man/verus-cli/linux/README.txt index b5e55f8a3..62f146c9c 100644 --- a/doc/man/verus-cli/linux/README.txt +++ b/doc/man/verus-cli/linux/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.5.9-35 +VerusCoin Command Line Tools v0.5.9-36 Contents: verusd - VerusCoin daemon diff --git a/doc/man/verus-cli/mac/README.txt b/doc/man/verus-cli/mac/README.txt index d7434e7eb..3605a9103 100644 --- a/doc/man/verus-cli/mac/README.txt +++ b/doc/man/verus-cli/mac/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.5.9-35 +VerusCoin Command Line Tools v0.5.9-36 Contents: verusd - VerusCoin daemon. verus - VerusCoin command line utility. diff --git a/doc/man/verus-cli/windows/README.txt b/doc/man/verus-cli/windows/README.txt index 115a03887..1d54fbe5e 100644 --- a/doc/man/verus-cli/windows/README.txt +++ b/doc/man/verus-cli/windows/README.txt @@ -1,4 +1,4 @@ -VerusCoin Command Line Tools v0.5.9-35 +VerusCoin Command Line Tools v0.5.9-36 Contents: verusd.exe - VerusCoin daemon verus.exe - VerusCoin command line utility diff --git a/src/version.h b/src/version.h index 5f1ab9bfa..43ca4fc0d 100644 --- a/src/version.h +++ b/src/version.h @@ -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-35" +#define VERUS_VERSION "0.5.9-36" #endif // BITCOIN_VERSION_H -- 2.42.0