summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-18 21:16:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-18 21:16:57 +0000
commitab11c1079c02672f61eb01783c2fd7363550c291 (patch)
tree6388964038dd8129d24c21840659645f203f8e48
parent24f2bcd864af137f9a052488337a214677013e5a (diff)
downloadlibcss-ab11c1079c02672f61eb01783c2fd7363550c291.tar.gz
libcss-ab11c1079c02672f61eb01783c2fd7363550c291.tar.bz2
Bump version number
svn path=/trunk/libcss/; revision=12817
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0ef4ab..4b91c68 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := css
-COMPONENT_VERSION := 0.1.0
+COMPONENT_VERSION := 0.1.1
# Default to a static library
COMPONENT_TYPE ?= lib-static