summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-10-12 17:09:02 +0100
committerVincent Sanders <vince@kyllikki.org>2017-10-12 17:11:30 +0100
commit63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4 (patch)
tree57d3d7255a9cb4c3b4332ab4aff28688e0a079d1
parent1940ea405b3ea49eca8e696e0f2938985c9c79ac (diff)
downloadlibnslog-release/0.1.0.tar.gz
libnslog-release/0.1.0.tar.bz2
Prepare for 0.1.0 releaserelease/0.1.0
-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