From: Vincent Sanders Date: Mon, 27 Feb 2012 13:40:19 +0000 (-0000) Subject: Bump version number X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=83a6c4e93f773d0ef9600ab31cc12611062aa472;p=libsvgtiny.git Bump version number svn path=/trunk/libsvgtiny/; revision=13487 --- diff --git a/Makefile b/Makefile index 4556eec..2933bb0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Component settings COMPONENT := svgtiny -COMPONENT_VERSION := 0.0.1 +COMPONENT_VERSION := 0.0.2 # Default to a static library COMPONENT_TYPE ?= lib-static