Browse Source

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)
pull/110/head
Asher Dawes 6 years ago
committed by GitHub
parent
commit
2194e2af5e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      zcutil/build-debian-package.sh

2
zcutil/build-debian-package.sh

@ -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?

Loading…
Cancel
Save