summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-24 19:34:59 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-24 19:34:59 +0100
commit385769d6554d2d3a9c2c35a04cf5dde706cefb6b (patch)
tree3d3e1206ee4ec737e97208822fd23cea1778efbb
parent6be78419e673c7aaac7143d1dafaa6a4a747b32d (diff)
downloadlibcss-release/0.9.1.tar.gz
libcss-release/0.9.1.tar.bz2
Update component version to 0.9.1 for releaserelease/0.9.1
Signed-off-by: Vincent Sanders <vince@kyllikki.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c3b908..0835c8f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
#
# Makefile for libcss
#
-# Copyright 2009-2015 John-Mark Bell <jmb@netsurf-browser.org>
+# Copyright 2009-2020 John-Mark Bell <jmb@netsurf-browser.org>
# Component settings
COMPONENT := css
-COMPONENT_VERSION := 0.9.0
+COMPONENT_VERSION := 0.9.1
# Default to a static library
COMPONENT_TYPE ?= lib-static