mwan3: sync PKG_RELEASE number and PKG_VERSION with master
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 15 Nov 2019 08:59:07 +0000 (09:59 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 15 Nov 2019 08:59:09 +0000 (09:59 +0100)
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 <fe@dev.tdt.de>
net/mwan3/Makefile

index e6d5386162b5e77b180331e149c8dc1d8cde1717..cf37fc5b17e29ef5641e7448de640863cea5a70c 100644 (file)
@@ -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 <fe@dev.tdt.de>
 PKG_LICENSE:=GPLv2