diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-08-06 13:16:38 +0200 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2014-10-20 21:29:55 +0000 |
commit | e670687f3cfcf1ed735bd03f2f0a6f34ba924ec9 (patch) | |
tree | 6c0d858d85a1ebf3d40f526a800e53fc5f166eb9 | |
parent | 20e1020ed44d5c2f80b10f77355dbb9e80464f89 (diff) | |
download | drakx-e670687f3cfcf1ed735bd03f2f0a6f34ba924ec9.tar drakx-e670687f3cfcf1ed735bd03f2f0a6f34ba924ec9.tar.gz drakx-e670687f3cfcf1ed735bd03f2f0a6f34ba924ec9.tar.bz2 drakx-e670687f3cfcf1ed735bd03f2f0a6f34ba924ec9.tar.xz drakx-e670687f3cfcf1ed735bd03f2f0a6f34ba924ec9.zip |
2.9
-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 622acd8be..ac0ab3cd5 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.8 +VERSION=2.9 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index e9d0eb1d0..5bcad11ef 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.9 - 6 August 2014 by Thierry Vignaud + - sync with kernel-3.16 Version 2.8 - 15 June 2014 by Thierry Vignaud |