From: Florian Eckert Date: Fri, 15 Nov 2019 08:59:07 +0000 (+0100) Subject: mwan3: sync PKG_RELEASE number and PKG_VERSION with master X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0f67fc96d855f4b841f33d4840d70d840a5bf86c;p=feed%2Fpackages.git 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 --- diff --git a/net/mwan3/Makefile b/net/mwan3/Makefile index e6d5386162..cf37fc5b17 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