aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2022-09-14 19:15:01 +0200
committerBjørn Mork <bjorn@mork.no>2022-09-14 19:15:01 +0200
commite53c2cc67e7ba389db2ceb81eb7cdb657a03548e (patch)
tree1d9e8189d4ddda2ef13c1977119b417cecc2d4b7 /Makefile
parentb1678c93b94b23780c0053dd722631d305bc85e5 (diff)
fix refcountingv0.08
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 b7cf63c..9c3f705 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.07
+VERSION := 0.08
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