From 779227d5eea433cd169f4b2a7855a1fc5d3fcaf4 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 9 Aug 2017 23:08:48 +0200 Subject: [PATCH] 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 --- package/network/utils/nftables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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