aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create_source_tarball.sh
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-03-23 03:18:20 +0800
committerchriseth <chris@ethereum.org>2017-03-23 16:56:17 +0800
commitb28aefe28c183b307b162cea1536f3027a780952 (patch)
tree5bc42b877aa7429210081daf53c0f80727662bce /scripts/create_source_tarball.sh
parent74d7c513895d28c9746f09d802069809030f2b97 (diff)
downloaddexon-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-xscripts/create_source_tarball.sh2
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)