From d8827c30ee1a28c41f0b7d9d4b066f31307352be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 4 Mar 2023 14:05:00 +0000 Subject: [PATCH] wio: Bump package version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- lfs/wio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wio b/lfs/wio index be80cef224..08bac2e029 100644 --- a/lfs/wio +++ b/lfs/wio @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,7 +32,7 @@ THISAPP = wio-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wio -PAK_VER = 15 +PAK_VER = 16 DEPS = -- 2.39.5