summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 08:16:41 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 08:16:41 +0000
commite23dc0ae57c841c7d502e4545a4d57ee3a674180 (patch)
tree74ec4890330367559fb96a68eac2e3100eb184e1
parentd2ea50ba7e444670939390106f4802288566da3a (diff)
downloadlibcss-e23dc0ae57c841c7d502e4545a4d57ee3a674180.tar.gz
libcss-e23dc0ae57c841c7d502e4545a4d57ee3a674180.tar.bz2
Bump version number
svn path=/trunk/libcss/; revision=12161
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6719508..6f37e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := css
-COMPONENT_VERSION := 0.0.2
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static