mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use "nightly" version string for all CI built binaries.
This commit is contained in:
@@ -15,7 +15,7 @@ REPO_ROOT="$(dirname "$0")"/..
|
||||
then
|
||||
versionstring="$version"
|
||||
else
|
||||
versionstring="$version-develop-$commitdate-$commithash"
|
||||
versionstring="$version-nightly-$commitdate-$commithash"
|
||||
fi
|
||||
|
||||
TEMPDIR=$(mktemp -d)
|
||||
|
||||
Reference in New Issue
Block a user