Skip to content

Commit

Permalink
[Truffle] Fix Graal version in bundle builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 30, 2015
1 parent a320453 commit 8adab0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/build-graal-bundles.sh
Expand Up @@ -67,5 +67,5 @@ function pack {
shasum -a 1 $targetname > $targetname.sha1 || exit $?
}

pack "linux" "b132" "0.6"
pack "macosx" "b132" "0.6"
pack "linux" "b132" "0.7"
pack "macosx" "b132" "0.7"

0 comments on commit 8adab0c

Please sign in to comment.