aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-08-05 12:40:13 +0200
committerBjørn Mork <bjorn@mork.no>2019-08-05 12:40:13 +0200
commit3ebd07201a6122b98f391b09aca61f9d884cbf59 (patch)
tree695dfec5dacc57d01a9f40d6bd59094c7e35d7e5
parent58fdc3adc27643b5714b92b95edef6ea586ec636 (diff)
version 0.03v0.03
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--Makefile2
-rw-r--r--pkg/openwrt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44b7ed7..f6b68a8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION := 0.02
+VERSION := 0.03
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
diff --git a/pkg/openwrt/Makefile b/pkg/openwrt/Makefile
index 2e1c8c5..97e2bf7 100644
--- a/pkg/openwrt/Makefile
+++ b/pkg/openwrt/Makefile
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=obinsect
PKG_RELEASE:=1
-PKG_VERSION=0.02
+PKG_VERSION=0.03
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/bmork/obinsect.git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)