Skip to content

Commit

Permalink
Merge pull request #278 from Asherda/update-version
Browse files Browse the repository at this point in the history
Update deprecation height and version
  • Loading branch information
miketout committed Dec 25, 2023
2 parents c00b14b + fac7f2c commit 8a060c6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -7,7 +7,7 @@ stages:
########################################################################################################################
variables:

VERSION: 1.1.2-3
VERSION: 1.2.0

VERUS_CLI_ARM64_LINUX: Verus-CLI-Linux-v${VERSION}-arm64.tar.gz
VERUS_CLI_LINUX_X86_64: Verus-CLI-Linux-v${VERSION}-x86_64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@

## VerusCoin version 1.1.2-3
## VerusCoin version 1.2.0

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.

Expand Down
2 changes: 1 addition & 1 deletion doc/man/verus-cli/linux/README.txt
@@ -1,5 +1,5 @@

VerusCoin Command Line Tools v1.1.2-3
VerusCoin Command Line Tools v1.2.0

Contents:
verusd - VerusCoin daemon
Expand Down
2 changes: 1 addition & 1 deletion doc/man/verus-cli/mac/README.txt
@@ -1,5 +1,5 @@

VerusCoin Command Line Tools v1.1.2-3
VerusCoin Command Line Tools v1.2.0

Contents:
verusd - VerusCoin daemon.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/verus-cli/windows/README.txt
@@ -1,5 +1,5 @@

VerusCoin Command Line Tools v1.1.2-3
VerusCoin Command Line Tools v1.2.0

Contents:
verusd.exe - VerusCoin daemon
Expand Down
2 changes: 1 addition & 1 deletion src/deprecation.h
Expand Up @@ -9,7 +9,7 @@
// * Shut down 52 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 2 months' worth of blocks prior to shut down.

static const int APPROX_RELEASE_HEIGHT = 2814000;
static const int APPROX_RELEASE_HEIGHT = 2850000;

static const int WEEKS_UNTIL_DEPRECATION = 52;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 60 * 24);
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -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 "1.1.2-3"
#define VERUS_VERSION "1.2.0"

#endif // BITCOIN_VERSION_H

0 comments on commit 8a060c6

Please sign in to comment.