Skip to content

Commit

Permalink
bump hardcoded version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav authored Aug 6, 2023
1 parent 522063d commit 83b4cda
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.8.3 > version # hard coded versions
echo 0.9.0 > version # hard coded versions
fi

libtoolize
Expand Down

0 comments on commit 83b4cda

Please sign in to comment.