--- lfs/wio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/wio b/lfs/wio index 5ed954676..57dee7e31 100644 --- a/lfs/wio +++ b/lfs/wio @@ -1,6 +1,6 @@ ############################################################################### # IPFire.org - An Open Source Firewall Solution # -# Copyright (C) 2007-2019 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # ###############################################################################
############################################################################### @@ -15,7 +15,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 7 +PAK_VER = 8
############################################################################### # Top-level Rules