diff options
author | chriseth <chris@ethereum.org> | 2017-03-23 03:18:20 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-03-23 16:56:17 +0800 |
commit | b28aefe28c183b307b162cea1536f3027a780952 (patch) | |
tree | 5bc42b877aa7429210081daf53c0f80727662bce /scripts/create_source_tarball.sh | |
parent | 74d7c513895d28c9746f09d802069809030f2b97 (diff) | |
download | dexon-solidity-b28aefe28c183b307b162cea1536f3027a780952.tar.gz dexon-solidity-b28aefe28c183b307b162cea1536f3027a780952.tar.zst dexon-solidity-b28aefe28c183b307b162cea1536f3027a780952.zip |
Use "nightly" version string for all CI built binaries.
Diffstat (limited to 'scripts/create_source_tarball.sh')
-rwxr-xr-x | scripts/create_source_tarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_source_tarball.sh b/scripts/create_source_tarball.sh index bf8a336b..9ca72c31 100755 --- a/scripts/create_source_tarball.sh +++ b/scripts/create_source_tarball.sh @@ -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) |