summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-02-27 11:24:03 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-02-27 11:24:03 +0000
commit716b4f2fdb721a4bcbe2992682906013f74fc2c7 (patch)
treed5394846ef49f7aece14fd1f7d9a6e84b91b7e6e
parent67b7f7f3ff4cff5a20d23110e773a69b4c0570e1 (diff)
downloadlibcss-716b4f2fdb721a4bcbe2992682906013f74fc2c7.tar.gz
libcss-716b4f2fdb721a4bcbe2992682906013f74fc2c7.tar.bz2
Bump version number
svn path=/trunk/libcss/; revision=13482
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6a7f2e..7b51917 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := css
-COMPONENT_VERSION := 0.1.1
+COMPONENT_VERSION := 0.1.2
# Default to a static library
COMPONENT_TYPE ?= lib-static