From: Hauke Mehrtens Date: Wed, 9 Aug 2017 21:08:48 +0000 (+0200) Subject: nftables: remove date from version X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=779227d5eea433cd169f4b2a7855a1fc5d3fcaf4;p=openwrt%2Fstaging%2Fdedeckeh.git nftables: remove date from version We are using the normal 0.7 version of nftables, do not add an additional date to the version number. Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 6ff323c9b0..b45440367d 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=0.7+2016-12-20 +PKG_VERSION:=0.7 PKG_RELEASE:=1 PKG_SOURCE_URL:=git://git.netfilter.org/nftables