Skip to content

Commit

Permalink
bump hardcoded version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed May 14, 2024
1 parent e51746e commit a2f314d
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.1 > version # hard coded versions
echo 0.10.2 > version # hard coded versions
fi

libtoolize
Expand Down

0 comments on commit a2f314d

Please sign in to comment.