aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2022-09-14 20:44:22 +0200
committerBjørn Mork <bjorn@mork.no>2022-09-14 20:44:22 +0200
commit26be6715d14c0107b4d2c16b3e9076da4091af4f (patch)
tree178d9edce49485ab15e71c2f3cebdeb7435c1e92 /Makefile
parentf7c340d71c385a8256502cf63f57b62d9844e631 (diff)
more memleak fixingv0.10
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 27dcdc7..d91476e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.09
+VERSION := 0.10
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