Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp123 committed May 16, 2018
2 parents f174bc1 + 23db477 commit c70a350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ -d .git ]; then
git describe --always --tags --dirty > version # get version from git
else
echo 0.6.0 > version # hard coded versions
echo 0.6.1 > version # hard coded versions
fi

libtoolize
Expand Down

0 comments on commit c70a350

Please sign in to comment.