From 0f67fc96d855f4b841f33d4840d70d840a5bf86c Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Nov 2019 09:59:07 +0100 Subject: [PATCH] mwan3: sync PKG_RELEASE number and PKG_VERSION with master Since the merge of the luci master branch into the luci openwrt.19.07 branch, the ubus API was not in sync anymore. So all commits from the master branch where backported into the openwrt-19.07 branch. But this could not be done linear. There were already some fixes cherry-picked from the master and the version does not match anymore. This commit syncronized the PKG_VERSION and the PKG_RELEASE again to make clear that the version in master and openwrt-19.07 are even again and have so the same software version until to this commit. Signed-off-by: Florian Eckert --- net/mwan3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index e6d538616..cf37fc5b1 100644 --- a/net/mwan3/Makefile +++ b/net/mwan3/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwan3 -PKG_VERSION:=2.8.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.8.1 +PKG_RELEASE:=1 PKG_MAINTAINER:=Florian Eckert PKG_LICENSE:=GPLv2