We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770f010 commit 746a3b1Copy full SHA for 746a3b1
autogen.sh
@@ -3,7 +3,7 @@
3
if [ -d .git ]; then
4
git describe --always --tags --dirty > version # get version from git
5
else
6
- echo 0.8.2 > version # hard coded versions
+ echo 0.8.3 > version # hard coded versions
7
fi
8
9
libtoolize
0 commit comments