We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20878c9 commit dde6974Copy full SHA for dde6974
autogen.sh
@@ -3,12 +3,12 @@
3
if [ -d .git ]; then
4
git describe --always --tags --dirty > version # get version from git
5
else
6
- echo 0.7.5 > version # hard coded versions
+ echo 0.8.0 > version # hard coded versions
7
fi
8
9
libtoolize
10
aclocal
11
autoconf
12
automake --add-missing
13
14
-xxd -i example_files/config config_file.h # make a hex dump of default config file to be generated in home dir on first launch
+xxd -i example_files/config config_file.h # make a hex dump of default config file to be generated in home dir on first launch
0 commit comments