We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c921e17 commit bfe9ba9Copy full SHA for bfe9ba9
Makefile
@@ -2,7 +2,7 @@
2
# See LICENSE file for copyright and license details
3
4
# distribution version
5
-VERSION = 0.2-pre
+VERSION = 0.2.0
6
7
# paths
8
PREFIX = /usr/local
@@ -35,7 +35,7 @@ TOOLS_OBJ = $(TOOLS:%=tools/%.o)
35
DEPS = lug/lug.hpp lug/detail.hpp lug/error.hpp lug/unicode.hpp lug/utf8.hpp
36
37
# distribution files
38
-DISTFILES = README.md LICENSE.md CHANGELOG.md Makefile lug.sln runtests.sh doc/ lug/ msvs/ samples/ tests/ tools/
+DISTFILES = CHANGELOG.md LICENSE.md README.md Makefile lug.sln runtests.sh .clang-tidy .editorconfig .gitattributes .gitignore doc/ lug/ msvs/ samples/ tests/ tools/ .github/
39
40
all: options samples tests
41
0 commit comments