updating from master (#91)

* Asher dev (#89)

* Adding Brewfile for fetching MacOS build dependencies with the brew bundle command.

* Updating version, annotating Mac fetch-params.sh for debugging

* Modify version to 0.3.10. (#90)
This commit is contained in:
Asher Dawes
2018-07-07 16:57:16 -07:00
committed by GitHub
parent 66e6ec96c2
commit 2194e2af5e

View File

@@ -20,7 +20,7 @@ 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.9-beta
PACKAGE_VERSION=0.3.10-beta
##
## Also, what does the sed end up doing?