summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-05-04 18:48:10 +0200
committerRémi Verschelde <rverschelde@gmail.com>2017-05-04 18:48:10 +0200
commitf0486e41af693fef4d9971d89b3435410af62cfa (patch)
tree34b7ecff1b381ac2c196b13b1a5c1a523c69c152
parentc76f3602bca1086713ceb0ce5b8851e3e580019f (diff)
downloadbootloader-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--Makefile3
-rw-r--r--NEWS3
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc40cdc..e28df1a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ../../ )
diff --git a/NEWS b/NEWS
index cdc1b9c..d3aa6ac 100644
--- a/NEWS
+++ b/NEWS
@@ -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