summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-24 21:10:09 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-24 21:10:09 +0100
commit41b3e0e617cfce96de85d4d031c4d131e3dc4cf4 (patch)
tree46df34b4ed3643cb4d1a373052b3b06e44da53ff /Makefile
parent595df53b981454939c903182248bd9d983f380b3 (diff)
downloadlibhubbub-41b3e0e617cfce96de85d4d031c4d131e3dc4cf4.tar.gz
libhubbub-41b3e0e617cfce96de85d4d031c4d131e3dc4cf4.tar.bz2
Update component version to 0.3.7 for releaserelease/0.3.7
Signed-off-by: Vincent Sanders <vince@kyllikki.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 472d521..34bc7ec 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
#
# Makefile for libhubbub
#
-# Copyright 2009-2015 John-Mark Bell <jmb@netsurf-browser.org>
+# Copyright 2009-2020 John-Mark Bell <jmb@netsurf-browser.org>
# Component settings
COMPONENT := hubbub
-COMPONENT_VERSION := 0.3.6
+COMPONENT_VERSION := 0.3.7
# Default to a static library
COMPONENT_TYPE ?= lib-static