Skip to content

Commit a2f314d

Browse files
committed
bump hardcoded version to 0.10.2
1 parent e51746e commit a2f314d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ -d .git ]; then
44
git describe --always --tags --dirty > version # get version from git
55
else
6-
echo 0.10.1 > version # hard coded versions
6+
echo 0.10.2 > version # hard coded versions
77
fi
88

99
libtoolize

0 commit comments

Comments
 (0)