Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
recolic committed Sep 3, 2018
1 parent da88a98 commit 09b1f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vivado-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_vw_bin_name="$0"

_vw_version_major="1"
_vw_version_minor="0"
_vw_version_minor="1"
_vw_version="${_vw_version_major}.${_vw_version_minor}"

[[ $_vw_version_major == 0 ]] && echo "Vivado wrapper is unfinished, and unable to work." && exit 11
Expand Down

0 comments on commit 09b1f06

Please sign in to comment.