Updating CI config (#121)

Updating version to 0.3.13
Configuring CI to post builds on Slack
Removing unnecessary shell script makeReleaseWindows.sh because its function was added to the .gitlab-ci.yml config.
This commit is contained in:
Asher Dawes
2018-08-30 17:17:17 -07:00
committed by GitHub
parent 1b7e60f7f6
commit 81b6f9a545
7 changed files with 64 additions and 48 deletions

View File

@@ -56,7 +56,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.1.1"
#define VERUS_VERSION "0.3.12"
#define VERUS_VERSION "0.3.13"
extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;
extern uint32_t ASSETCHAINS_CC;
extern uint32_t ASSETCHAINS_MAGIC;