summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2023-12-27 15:52:07 +0000
committerVincent Sanders <vince@kyllikki.org>2023-12-27 15:52:07 +0000
commite89a7bc6b5042a4ceb1428a9b4ad8eced38b521b (patch)
tree3737c8b8308effd3a9799235da101b395a949957 /Makefile
parentb2e6055a302ce7bbd280071ad1a5983f99d24087 (diff)
downloadlibdom-e89a7bc6b5042a4ceb1428a9b4ad8eced38b521b.tar.gz
libdom-e89a7bc6b5042a4ceb1428a9b4ad8eced38b521b.tar.bz2
Update component version for releaserelease/0.4.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a539ff7..f542630 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# Component settings
COMPONENT := dom
-COMPONENT_VERSION := 0.4.1
+COMPONENT_VERSION := 0.4.2
# Default to a static library
COMPONENT_TYPE ?= lib-static