From: Vincent Sanders Date: Fri, 13 Oct 2017 09:00:16 +0000 (+0100) Subject: Update component version for 0.1.6 release X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5cbbe886e9a079716da44f2b9020ded627be728e;p=libsvgtiny.git Update component version for 0.1.6 release --- diff --git a/Makefile b/Makefile index fa01e2e..d9cf652 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.5 +COMPONENT_VERSION := 0.1.6 # Default to a static library COMPONENT_TYPE ?= lib-static