Skip to content

Commit

Permalink
bump hardcoded version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav authored Apr 24, 2022
1 parent 060e4a8 commit 376ed4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
if [ -d .git ]; then
git describe --always --tags --dirty > version # get version from git
else
echo 0.8.1 > version # hard coded versions
echo 0.8.2 > version # hard coded versions
fi

libtoolize
aclocal
autoconf
automake --add-missing
automake --add-missing

0 comments on commit 376ed4b

Please sign in to comment.