diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-10-31 18:10:11 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-10-31 18:10:11 +0000 |
commit | 31c560002bfea94b8c68fb7e38fe79a947b42bcd (patch) | |
tree | 68384d6e55c97edeb823f9d3702dafdffedc3cb8 | |
parent | 987d9c8350263c02219cbc5156d510fd5fd4af4e (diff) | |
download | drakx-31c560002bfea94b8c68fb7e38fe79a947b42bcd.tar drakx-31c560002bfea94b8c68fb7e38fe79a947b42bcd.tar.gz drakx-31c560002bfea94b8c68fb7e38fe79a947b42bcd.tar.bz2 drakx-31c560002bfea94b8c68fb7e38fe79a947b42bcd.tar.xz drakx-31c560002bfea94b8c68fb7e38fe79a947b42bcd.zip |
2.872.87
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 9c9d2027f..c8b14d611 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.86 +VERSION=2.87 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/4.*) diff --git a/images/NEWS b/images/NEWS index 8397d5b35..aa9ddec2c 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.87 - 31 October 2022 by Martin Whitaker + - update grub.config search label for Mageia 9 (mga#30932) Version 2.86 - 17 September 2022 by Martin Whitaker |