From: Vincent Sanders Date: Fri, 19 Apr 2013 19:26:48 +0000 (+0100) Subject: update component version for release X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e368730948266bb88347ace7a1da642a4f8781a2;p=libsvgtiny.git update component version for release --- diff --git a/Makefile b/Makefile index e4da493..fe6f657 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.0.2 +COMPONENT_VERSION := 0.1.0 # Default to a static library COMPONENT_TYPE ?= lib-static