summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 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 ../../ )