diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-04 18:48:10 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-04 18:48:10 +0200 |
commit | f0486e41af693fef4d9971d89b3435410af62cfa (patch) | |
tree | 34b7ecff1b381ac2c196b13b1a5c1a523c69c152 | |
parent | c76f3602bca1086713ceb0ce5b8851e3e580019f (diff) | |
download | bootloader-theme-f0486e41af693fef4d9971d89b3435410af62cfa.tar bootloader-theme-f0486e41af693fef4d9971d89b3435410af62cfa.tar.gz bootloader-theme-f0486e41af693fef4d9971d89b3435410af62cfa.tar.bz2 bootloader-theme-f0486e41af693fef4d9971d89b3435410af62cfa.tar.xz bootloader-theme-f0486e41af693fef4d9971d89b3435410af62cfa.zip |
4.5.14.34.5.14.3
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,8 @@ NAME = bootloader-theme # urpmq -f gfxboot UPSTREAM_VERSION = 4.5.14 -VERSION = $(UPSTREAM_VERSION).2 +MGA_VERSION = 3 +VERSION = $(UPSTREAM_VERSION).$(MGA_VERSION) BINDIR := $(shell [ -x ../../gfxboot-compile ] && echo ../../ ) @@ -1,3 +1,6 @@ +Version 4.5.14.3 - 4 May 2017, Rémi Verschelde + +- Updated translations - Updated gfxboot images for Mageia 6 design Version 4.5.14.2 - 24 April 2017, Martin Whitaker |