[source] nftables: remove date from version

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 9 14:21:25 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/779227d5eea433cd169f4b2a7855a1fc5d3fcaf4

commit 779227d5eea433cd169f4b2a7855a1fc5d3fcaf4
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Aug 9 23:08:48 2017 +0200

    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 <hauke at hauke-m.de>
---
 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 6ff323c..b454403 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



More information about the lede-commits mailing list