diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-05-03 15:58:26 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-05-03 15:58:26 +0200 |
commit | 3076b55c40ca056a129c9bc271f1ca99a6ce7405 (patch) | |
tree | 8e5985f1911e99ab26f61c3f6cb05ca63759fbfc | |
parent | 6cbae28574be327f2fda8c321dc2af1d7333cec4 (diff) | |
download | drakx-3076b55c40ca056a129c9bc271f1ca99a6ce7405.tar drakx-3076b55c40ca056a129c9bc271f1ca99a6ce7405.tar.gz drakx-3076b55c40ca056a129c9bc271f1ca99a6ce7405.tar.bz2 drakx-3076b55c40ca056a129c9bc271f1ca99a6ce7405.tar.xz drakx-3076b55c40ca056a129c9bc271f1ca99a6ce7405.zip |
18.1518.15
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 8061ad84a..33ab75b60 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=18.14 +VERSION:=18.15 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 2ee6df6a2..256ea6249 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 18.15 - 3 May 2019 + - recognize new kernel 5.1 drivers Version 18.13 - 21 April 2019 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index a8c1f28ed..75160e3e8 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 18.15 - 3 May 2019 + - recognize new kernel 5.1 drivers Version 18.14 - 26 April 2019 |