Skip to content

Commit bfe9ba9

Browse files
committed
Updated distribution version for Release 0.2.0
1 parent c921e17 commit bfe9ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See LICENSE file for copyright and license details
33

44
# distribution version
5-
VERSION = 0.2-pre
5+
VERSION = 0.2.0
66

77
# paths
88
PREFIX = /usr/local
@@ -35,7 +35,7 @@ TOOLS_OBJ = $(TOOLS:%=tools/%.o)
3535
DEPS = lug/lug.hpp lug/detail.hpp lug/error.hpp lug/unicode.hpp lug/utf8.hpp
3636

3737
# distribution files
38-
DISTFILES = README.md LICENSE.md CHANGELOG.md Makefile lug.sln runtests.sh doc/ lug/ msvs/ samples/ tests/ tools/
38+
DISTFILES = CHANGELOG.md LICENSE.md README.md Makefile lug.sln runtests.sh .clang-tidy .editorconfig .gitattributes .gitignore doc/ lug/ msvs/ samples/ tests/ tools/ .github/
3939

4040
all: options samples tests
4141

0 commit comments

Comments
 (0)