summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2023-12-27 22:36:32 +0000
committerVincent Sanders <vince@kyllikki.org>2023-12-27 22:37:51 +0000
commitb188c64565df5f4e83f42ab72c6c838635a75d84 (patch)
tree2542b093dbf5882aca664168c649fa70c4f7d34f /Makefile
parentabac073196c8f570ca954bc639c205a329a0376d (diff)
downloadlibpencil-master.tar.gz
libpencil-master.tar.bz2
Update component version for releaseHEADrelease/0.0.5master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23c3519..290d952 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Component settings
COMPONENT := pencil
-COMPONENT_VERSION := 0.0.4
+COMPONENT_VERSION := 0.0.5
# Default to a static library
COMPONENT_TYPE ?= lib-static