From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Feddersen To: development@lists.ipfire.org Subject: RE: [PATCH] WIO: increment PAK_VER Date: Sun, 11 Mar 2018 10:43:42 +0100 Message-ID: <000301d3b91d$71e4b340$55ae19c0$@ipfire.org> In-Reply-To: <1520622293.3332.49.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3479468461660390016==" List-Id: --===============3479468461660390016== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello Michael, thanks for the Info. Best Stephan > -----Original Message----- > From: Michael Tremer [mailto:michael.tremer(a)ipfire.org] > Sent: Friday, March 9, 2018 8:05 PM > To: Stephan Feddersen ; > development(a)lists.ipfire.org > Subject: Re: [PATCH] WIO: increment PAK_VER > > Hello, > > I merged all recent WIO patches into next today. > > Best, > -Michael > > On Tue, 2018-03-06 at 20:53 +0100, Stephan Feddersen wrote: > > --- > > lfs/wio | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/lfs/wio b/lfs/wio > > index 9ae11b8..bb76c9e 100644 > > --- a/lfs/wio > > +++ b/lfs/wio > > @@ -15,7 +15,7 @@ THISAPP = wio-$(VER) > > DIR_APP = $(DIR_SRC)/$(THISAPP) > > TARGET = $(DIR_INFO)/$(THISAPP) > > PROG = wio > > -PAK_VER = 1 > > +PAK_VER = 2 > > > > > ########################################################## > ################### > > ## > > # Top-level Rules --===============3479468461660390016==--