summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-02-27 13:40:19 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-02-27 13:40:19 +0000
commit83a6c4e93f773d0ef9600ab31cc12611062aa472 (patch)
treec5335b7aaf22b8568b4644e895aab7d6a2fce998 /Makefile
parent035aa3397d290e4e475ede4c7faa1f40f52e454e (diff)
downloadlibsvgtiny-83a6c4e93f773d0ef9600ab31cc12611062aa472.tar.gz
libsvgtiny-83a6c4e93f773d0ef9600ab31cc12611062aa472.tar.bz2
Bump version number
svn path=/trunk/libsvgtiny/; revision=13487
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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