aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2022-09-14 20:29:09 +0200
committerBjørn Mork <bjorn@mork.no>2022-09-14 20:29:09 +0200
commitf7c340d71c385a8256502cf63f57b62d9844e631 (patch)
tree3ba8eb0b34dcf9ca92cc782f1fbe6769ad37c1a5 /Makefile
parente53c2cc67e7ba389db2ceb81eb7cdb657a03548e (diff)
take extra ref for repeated add_keyval()v0.09
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c3f705..27dcdc7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.08
+VERSION := 0.09
LDFLAGS=$(shell pkg-config --libs json-c) $(shell pkg-config --libs libmosquitto)
CFLAGS=-Wall $(shell pkg-config --cflags json-c) $(shell pkg-config --cflags libmosquitto) -DVERSION='"$(VERSION)"' -DWITH_TLS