summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-24 19:24:56 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-24 19:24:56 +0100
commit142a7945fb9fe477324f8df5e9645ef161042483 (patch)
tree19a618b3fcc9858005eee986d41e70fa99b40ef7
parent09f95e2c5f705a6a78a70ab8be1e9a9b7283aa87 (diff)
downloadlibnsutils-release/0.1.0.tar.gz
libnsutils-release/0.1.0.tar.bz2
Update component version to 0.1.0 for releaserelease/0.1.0
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 b086bed..f62bf69 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
#
# Makefile for libnsutils
#
-# Copyright 2014-1015 Vincent Sanders <vince@netsurf-browser.org>
+# Copyright 2014-2020 Vincent Sanders <vince@netsurf-browser.org>
# Component settings
COMPONENT := nsutils
-COMPONENT_VERSION := 0.0.5
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static