summaryrefslogtreecommitdiffstats
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 161c78e..09b6fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive
-VERSION = 1.4
+VERSION = 2.0
check:
perl -cw -I./lib $(NAME)
@@ -23,7 +23,7 @@ dis: clean
dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
+ tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git: