summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes3
-rw-r--r--Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..970f400
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.gitignore export-ignore
+.gitattributes export-ignore
+.editorconfig export-ignore
diff --git a/Makefile b/Makefile
index 5c9c7b8..6c3f2eb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# Component settings
COMPONENT := nslog
-COMPONENT_VERSION := 0.0.0
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static