From: Daniel Silverstone Date: Sat, 19 Nov 2016 09:41:47 +0000 (+0000) Subject: Prepare for release of 0.1.5 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fd34818e098caf2810c3083abf90a59e01355514;p=libsvgtiny.git Prepare for release of 0.1.5 --- diff --git a/Makefile b/Makefile index 8b5a1ef..fa01e2e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.4 +COMPONENT_VERSION := 0.1.5 # Default to a static library COMPONENT_TYPE ?= lib-static