aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2023-07-01 10:19:20 +0300
committerJani Välimaa <wally@mageia.org>2023-07-01 10:19:20 +0300
commit32f18cc41878093f35f9efbf347382321ff95fba (patch)
tree107bc2f54ad1fd7be9955a4e0286888db90478e8 /Makefile
parentebe2aee6a3d90af52eb858f5d99969b5ad5a543b (diff)
downloadMageiaSync-7cd693fe62b38bfad0c62dfb4939b89c01592495.tar
MageiaSync-7cd693fe62b38bfad0c62dfb4939b89c01592495.tar.gz
MageiaSync-7cd693fe62b38bfad0c62dfb4939b89c01592495.tar.bz2
MageiaSync-7cd693fe62b38bfad0c62dfb4939b89c01592495.tar.xz
MageiaSync-7cd693fe62b38bfad0c62dfb4939b89c01592495.zip
0.4.70.4.7
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)