summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 ../../ )