From: Vincent Sanders Date: Sun, 3 Jan 2016 11:57:27 +0000 (+0000) Subject: Update component version for release X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5702c70efacc57fd7d5333e949b853cf5a03b677;p=libsvgtiny.git Update component version for release --- diff --git a/Makefile b/Makefile index e9af281..8b5a1ef 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ # # Makefile for libsvgtiny # -# Copyright 2009-1015 John-Mark Bell +# Copyright 2009-2015 John-Mark Bell # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.3 +COMPONENT_VERSION := 0.1.4 # Default to a static library COMPONENT_TYPE ?= lib-static