Asher dev (#84)

* Updating GitLab CI config/ versions
This commit is contained in:
Asher Dawes
2018-06-27 20:04:15 -07:00
committed by GitHub
parent fdeaa0a848
commit 6116053b72
4 changed files with 26 additions and 7 deletions

View File

@@ -19,7 +19,9 @@ fi
## PACKAGE_VERSION=$($SRC_PATH/src/zcashd --version | grep version | cut -d' ' -f4 | tr -d v)
## Need version setting from environment
PACKAGE_VERSION=0.3.8-beta
PACKAGE_VERSION=0.3.9-beta
##
## Also, what does the sed end up doing?
DEBVERSION=$(echo $PACKAGE_VERSION | sed 's/-beta/~beta/' | sed 's/-rc/~rc/' | sed 's/-/+/')