summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56a4da9..fc40cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
NAME = bootloader-theme
# urpmq -f gfxboot
UPSTREAM_VERSION = 4.5.14
-VERSION = $(UPSTREAM_VERSION).1
+VERSION = $(UPSTREAM_VERSION).2
BINDIR := $(shell [ -x ../../gfxboot-compile ] && echo ../../ )
@@ -90,4 +90,3 @@ dist:
rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz
$(info $(NAME)-$(VERSION).tar.xz is ready)
-