Skip to content

Commit dde6974

Browse files
committed
bump hardcoded version to 0.8.0
1 parent 20878c9 commit dde6974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autogen.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
if [ -d .git ]; then
44
git describe --always --tags --dirty > version # get version from git
55
else
6-
echo 0.7.5 > version # hard coded versions
6+
echo 0.8.0 > version # hard coded versions
77
fi
88

99
libtoolize
1010
aclocal
1111
autoconf
1212
automake --add-missing
1313

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
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

0 commit comments

Comments
 (0)