diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-01-11 00:21:41 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-01-11 00:21:41 +0200 |
commit | 4a942731b4ff731d21697030f8a089bd5986bc01 (patch) | |
tree | 1b669e4496601d5207dc172a2a30eb7043836929 | |
parent | 49bdb52811956e6e2133473e09f102baa614dbe7 (diff) | |
download | drakx-4a942731b4ff731d21697030f8a089bd5986bc01.tar drakx-4a942731b4ff731d21697030f8a089bd5986bc01.tar.gz drakx-4a942731b4ff731d21697030f8a089bd5986bc01.tar.bz2 drakx-4a942731b4ff731d21697030f8a089bd5986bc01.tar.xz drakx-4a942731b4ff731d21697030f8a089bd5986bc01.zip |
2.31
-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 754284f42..76d3c4028 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.30 +VERSION=2.31 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/4.*) diff --git a/images/NEWS b/images/NEWS index 4092eae7a..43e42d1f1 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.31 - 10 Jan 2016 by Thomas Backlund + - psmouse is now modular, so add it to list_modules.pm (mga#17470) Version 2.30 - 22 Dec 2015 by Thierry Vignaud |