Skip to content

Commit

Permalink
Merge pull request #115 from pdcastro/update_installsh_tag_v17.12.0
Browse files Browse the repository at this point in the history
Update install.sh script for v17.12.0 release
  • Loading branch information
petrosagg authored Oct 17, 2018
2 parents 9b0c8af + 63f30e9 commit 3fdfd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

tag="17.06-rev1"
tag="v17.12.0"
tag=$(echo "$tag" | sed 's|+|.|g')

machine=$(uname -m)
Expand Down

0 comments on commit 3fdfd0d

Please sign in to comment.