]> Git Repo - VerusCoin.git/commitdiff
update version
authorAsher <[email protected]>
Wed, 13 Nov 2019 19:22:34 +0000 (11:22 -0800)
committerAsher <[email protected]>
Wed, 13 Nov 2019 19:22:34 +0000 (11:22 -0800)
.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/version.h

index 14e06d0a184506886d5fbcfa79e62f77a100c208..72fd2729ec899302f63da950c8de2804477da9ac 100644 (file)
@@ -6,7 +6,7 @@ stages:
 ####START####                                     PROJECT LEVEL VARIABLES                                  ####START####
 ########################################################################################################################
 variables:
-  VERSION: 0.5.9-3
+  VERSION: 0.5.9-4
   VERUS_CLI_ARM64_LINUX: Verus-CLI-Linux-v${VERSION}-arm64.tar.gz
   VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz
   VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
@@ -104,8 +104,8 @@ build:linux:arm:
       "https://slack.com/api/files.upload"
   artifacts:
     paths:
-      - ${VERUS_CLI_LINUX}
-      - ${VERUS_CLI_LINUX}.sha256
+      - ${VERUS_CLI_ARM64_LINUX}
+      - ${VERUS_CLI_ARM64_LINUX}.sha256
     expire_in: 1 week
 ########################################################################################################################
 ####END####                                              LINUX                                               ####END####
@@ -356,10 +356,11 @@ deploy:
     - build:linux
     - build:windows
     - build:mac
+    - build:linux:arm
   script:
     - mkdir Windows && mkdir Linux && mkdir MacOS &&
       cp ${VERUS_CLI_WINDOWS} Windows &&
-      cp ${VERUS_CLI_LINUX} Linux &&
+      cp ${VERUS_CLI_LINUX} ${VERUS_CLI_ARM64_LINUX} Linux &&
       cp ${VERUS_CLI_MACOS} MacOS
     - echo "$AUTH_KEY" > AUTH_KEY.json &&
       gcloud auth activate-service-account
@@ -382,6 +383,8 @@ deploy:
       - ${VERUS_CLI_WINDOWS}.sha256
       - ${VERUS_CLI_MACOS}
       - ${VERUS_CLI_MACOS}.sha256
+      - ${VERUS_CLI_ARM64_LINUX}
+      - ${VERUS_CLI_ARM64_LINUX}.sha256
     expire_in: 1 week
 ########################################################################################################################
 ####END####                                           Deploy                                                 ####END####
index 8a52785873e4c743d6f7c62898aa013abb5ba718..542b332819a084e39b95db8ab5c85e4328920f86 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## VerusCoin version 0.5.9-3
+## VerusCoin version 0.5.9-4
 
 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 f2a8c59f3cb75ce56bbf47fa976511981d1ccacd..9e3c7e8e41dd6c2d65fdf266f4924aa7200a7d40 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.9-3
+VerusCoin Command Line Tools v0.5.9-4
 
 Contents:
 verusd - VerusCoin daemon
index 9d1579b84e9b2594ef0a34b637af7dc9037bca8a..3c34326b4aecc593e7ed1f44ec3414311064181a 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.9-3
+VerusCoin Command Line Tools v0.5.9-4
 Contents:
 verusd - VerusCoin daemon.
 verus - VerusCoin command line utility.
index 93dacff34e42be97ed61ab7df83e57356d01b7c0..1d6b3f717227b4830fbc687386d949b833319903 100644 (file)
@@ -1,4 +1,4 @@
-VerusCoin Command Line Tools v0.5.9-3
+VerusCoin Command Line Tools v0.5.9-4
 Contents:
 verusd.exe - VerusCoin daemon
 verus.exe - VerusCoin command line utility
index a56f986ab463489f8879cd3a652e57d761782f47..f6dcc6560a7bf3defa9cf1cd69ed0cda9206a100 100644 (file)
@@ -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-3"
+#define VERUS_VERSION "0.5.9-4"
 
 #endif // BITCOIN_VERSION_H
This page took 0.032946 seconds and 4 git commands to generate.