From 3ebd07201a6122b98f391b09aca61f9d884cbf59 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Mon, 5 Aug 2019 12:40:13 +0200 Subject: version 0.03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- Makefile | 2 +- pkg/openwrt/Makefile | 2 +- 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) -- cgit v1.2.3