Browse Source

update version

pull/250/head
Asher 5 years ago
parent
commit
93a59b2fc1
  1. 10
      .gitlab-ci.yml
  2. 2
      README.md
  3. 2
      doc/man/verus-cli/linux/README.txt
  4. 2
      doc/man/verus-cli/mac/README.txt
  5. 2
      doc/man/verus-cli/windows/README.txt
  6. 2
      src/version.h

10
.gitlab-ci.yml

@ -6,9 +6,9 @@ stages:
####START#### PROJECT LEVEL VARIABLES ####START####
########################################################################################################################
variables:
VERSION: 0.5.9-17
VERSION: 0.5.9-18
VERUS_CLI_ARM64_LINUX: Verus-CLI-Linux-v${VERSION}-arm64.tar.gz
VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz
VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}-amd64.tar.gz
VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
VERUS_CLI_MACOS: Verus-CLI-MacOS-v${VERSION}.tar.gz
DOWNSTREAM_AGAMA_BRANCH: ${CI_COMMIT_REF_NAME}
@ -22,7 +22,7 @@ variables:
########################################################################################################################
########################################################################################################################
########################################################################################################################
####START#### Build Stage: compile and package komodo binaries for Verus CLI ####START#####
####START#### Build Stage: compile and package binaries for Verus CLI ####START#####
########################################################################################################################
########################################################################################################################
####START#### LINUX ####START####
@ -68,7 +68,7 @@ build:linux:
- ${VERUS_CLI_LINUX}.sha256
expire_in: 1 week
build:linux:arm:
build:linux:arm64:
image: asherd/verus-builders:cross-arm
variables:
DOCKER_DRIVER: overlay2
@ -356,7 +356,7 @@ deploy:
- build:linux
- build:windows
- build:mac
- build:linux:arm
- build:linux:arm64
script:
- mkdir Windows && mkdir Linux && mkdir MacOS &&
cp ${VERUS_CLI_WINDOWS} Windows &&

2
README.md

@ -1,4 +1,4 @@
## VerusCoin version 0.5.9-17
## VerusCoin version 0.5.9-18
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.

2
doc/man/verus-cli/linux/README.txt

@ -1,4 +1,4 @@
VerusCoin Command Line Tools v0.5.9-17
VerusCoin Command Line Tools v0.5.9-18
Contents:
verusd - VerusCoin daemon

2
doc/man/verus-cli/mac/README.txt

@ -1,4 +1,4 @@
VerusCoin Command Line Tools v0.5.9-17
VerusCoin Command Line Tools v0.5.9-18
Contents:
verusd - VerusCoin daemon.
verus - VerusCoin command line utility.

2
doc/man/verus-cli/windows/README.txt

@ -1,4 +1,4 @@
VerusCoin Command Line Tools v0.5.9-17
VerusCoin Command Line Tools v0.5.9-18
Contents:
verusd.exe - VerusCoin daemon
verus.exe - VerusCoin command line utility

2
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-17"
#define VERUS_VERSION "0.5.9-18"
#endif // BITCOIN_VERSION_H

Loading…
Cancel
Save