Skip to content

Commit

Permalink
bump hardcoded version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav authored Feb 2, 2024
1 parent 069cad4 commit fdc1706
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.10.0 > version # hard coded versions
echo 0.10.1 > version # hard coded versions
fi

libtoolize
Expand Down

0 comments on commit fdc1706

Please sign in to comment.