From 32f18cc41878093f35f9efbf347382321ff95fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 1 Jul 2023 10:19:20 +0300 Subject: 0.4.7 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26926c2..33df1bf 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ NAME = MageiaSync -VERSION:=0.4.6 +VERSION:=0.4.7 MGAUPDATE = mgaupdate MGAAPPLET = mgaapplet dist: - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; + @git archive --prefix=$(NAME)-$(VERSION)/ $(VERSION) | xz > $(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1