Skip to content

Commit eb26394

Browse files
authored
Merge pull request jl777#303 from Asherda/update-version
Update version
2 parents f71d7fc + e6495b3 commit eb26394

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
########################################################################################################################
88
variables:
99

10-
VERSION: 1.2.3
10+
VERSION: 1.2.3-1
1111

1212
VERUS_CLI_ARM64_LINUX: Verus-CLI-Linux-v${VERSION}-arm64.tar.gz
1313
VERUS_CLI_LINUX_X86_64: Verus-CLI-Linux-v${VERSION}-x86_64.tar.gz

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## VerusCoin version 1.2.3
2+
## VerusCoin version 1.2.3-1
33

44
Arguably the world's most advanced technology, zero knowledge privacy enabled, multi-chain blockchain protocol, Verus Public Blockchains as a Service (PBaaS) combines Sapling zero knowledge technology with an intelligent, multi-chain, provable protocol, using interchain smart transactions. Verus PBaaS also enables merge mining and cross-chain staking with a completely original, combined proof of stake/proof of work consensus algorithm, Proof of Power, that can be mined on CPUs and mobile phones, and also 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 blockchain networks in existence.
55

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VerusCoin Command Line Tools v1.2.3
2+
VerusCoin Command Line Tools v1.2.3-1
33

44
Contents:
55
verusd - VerusCoin daemon

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VerusCoin Command Line Tools v1.2.3
2+
VerusCoin Command Line Tools v1.2.3-1
33

44
Contents:
55
verusd - VerusCoin daemon.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VerusCoin Command Line Tools v1.2.3
2+
VerusCoin Command Line Tools v1.2.3-1
33

44
Contents:
55
verusd.exe - VerusCoin daemon

src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ static const int MEMPOOL_GD_VERSION = 60002;
3636
static const int NO_BLOOM_VERSION = 170004;
3737

3838
#define KOMODO_VERSION "0.2.1"
39-
#define VERUS_VERSION "1.2.3"
39+
#define VERUS_VERSION "1.2.3-1"
4040

4141
#endif // BITCOIN_VERSION_H

0 commit comments

Comments
 (0)