aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)