From: Vincent Sanders Date: Tue, 26 Aug 2014 14:44:29 +0000 (-0700) Subject: Update component version for release X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4e4c0d2c2abb1e576aa91791ae660bc8f2b9c77a;p=libsvgtiny.git Update component version for release --- diff --git a/Makefile b/Makefile index 392d9da..9466bcd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.1.1 +COMPONENT_VERSION := 0.1.2 # Default to a static library COMPONENT_TYPE ?= lib-static