Modify version to 0.3.10. (#90)

This commit is contained in:
David Dawes
2018-07-07 16:56:21 -07:00
committed by Asher Dawes
parent 2ab4c25cb0
commit 3dbb2b06b5

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?