]> Git Repo - VerusCoin.git/commitdiff
Update build number
authorAsher <[email protected]>
Thu, 5 Sep 2019 05:28:02 +0000 (22:28 -0700)
committerAsher <[email protected]>
Thu, 5 Sep 2019 05:28:02 +0000 (22:28 -0700)
.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/bitcoin-cli.cpp
src/bitcoind.cpp
src/rpc/misc.cpp

index 157c07a947c01d41a102983a5a617167046b4006..aba8fa80400a31f873fe042236a6a8439e3e87ed 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.6.0-13-PBaaS-Cross-chain-Technology-Preview
+  VERSION: 0.6.0-14-PBaaS-Cross-chain-Technology-Preview
   VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz
   VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
   VERUS_CLI_MACOS: Verus-CLI-MacOS-v${VERSION}.tar.gz
index 45f8d91fcb9009aa7e0dc1a92f448f7f15314369..b45f806cc9f8fe77f22faf30d37c6e0ca96a63cc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.6.0-13-PBaaS Cross-chain-Technology-Preview
+## VerusCoin version 0.6.0-14-PBaaS Cross-chain-Technology-Preview
 
 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 0ec4a026497242b6c2563e3faf522ca685e9e7ce..60e7cd141d54791281106ed5ad55081bf5c0cc10 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.0-13-PBaaS Cross-chain-Technology-Preview
+VerusCoin Command Line Tools v0.6.0-14-PBaaS Cross-chain-Technology-Preview
 
 Contents:
 verusd - VerusCoin daemon
index ab6f8a0d2bc229114a8b83ff2f92cd54be85eba9..867ef8d98840df2a77518ae3e1ac3e0197fbcd72 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.0-13-PBaaS Cross-chain-Technology-Preview
+VerusCoin Command Line Tools v0.6.0-14-PBaaS Cross-chain-Technology-Preview
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index c4adf976a40e733835270fefe7071e9f389ed929..b388b494299c214b4a74a00df7fa3f1d556d1adb 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.6.0-13-PBaaS Cross-chain-Technology-Preview
+VerusCoin Command Line Tools v0.6.0-14-PBaaS Cross-chain-Technology-Preview
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index 620677f6d8de5e34ba21e20f9bba6dbcddbfa4a7..d0068a47a7713bfec005f39a4e24048d010a9146 100644 (file)
@@ -100,7 +100,7 @@ static int AppInitRPC(int argc, char* argv[])
     ParseParameters(argc, argv);
     komodo_args(argv[0]);
     if (argc<2 || mapArgs.count("-?") || mapArgs.count("-h") || mapArgs.count("-help") || mapArgs.count("-version")) {
-        std::string strUsage = _("Verus RPC client version 0.6.0-13-PBaaS Cross-chain-Technology-Preview") + " " + "\n" + PrivacyInfo();
+        std::string strUsage = _("Verus RPC client version 0.6.0-14-PBaaS Cross-chain-Technology-Preview") + " " + "\n" + PrivacyInfo();
         if (!mapArgs.count("-version")) {      strUsage += "\n" + _("Usage:") + "\n" +
                   "  verus [options] <command> [params]  " + _("Send command to Komodo") + "\n" +
                   "  verus [options] help                " + _("List commands") + "\n" +
index 0598f6f7a9d91f81625b71d89885f7af5012d936..ded81bbeef7b8e301b7568a7330240ac4d271316 100644 (file)
@@ -99,7 +99,7 @@ bool AppInit(int argc, char* argv[])
     // Process help and version before taking care about datadir
     if (mapArgs.count("-?") || mapArgs.count("-h") ||  mapArgs.count("-help") || mapArgs.count("-version"))
     {
-        std::string strUsage = _("Verus Daemon") + " " + _("version") + " " + _("0.6.0-13-PBaaS Cross-chain-Technology-Preview") + "\n" + PrivacyInfo();
+        std::string strUsage = _("Verus Daemon") + " " + _("version") + " " + _("0.6.0-14-PBaaS Cross-chain-Technology-Preview") + "\n" + PrivacyInfo();
         if (mapArgs.count("-version"))
         {
             strUsage += LicenseInfo();
index 416f3f1a24fde490ccff73eb2ed59a8a789d0087..e6af9621dac3eb00f928f6b6cc949c60e647599c 100644 (file)
@@ -58,7 +58,7 @@ uint32_t komodo_segid32(char *coinaddr);
 int64_t komodo_coinsupply(int64_t *zfundsp,int32_t height);
 int32_t notarizedtxid_height(char *dest,char *txidstr,int32_t *kmdnotarized_heightp);
 #define KOMODO_VERSION "0.2.1"
-#define VERUS_VERSION "0.6.0-13-PBaaS Cross-chain-Technology-Preview"
+#define VERUS_VERSION "0.6.0-14-PBaaS Cross-chain-Technology-Preview"
 extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;
 extern uint32_t ASSETCHAINS_CC;
 extern uint32_t ASSETCHAINS_MAGIC;
This page took 0.046195 seconds and 4 git commands to generate.