From 63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Oct 2017 17:09:02 +0100 Subject: Prepare for 0.1.0 release --- .gitattributes | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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 -- cgit v1.2.3