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 41d2e44e..600206bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include Makefile.config
NAME = ldetect-lst
-VERSION := 0.1.289
+VERSION := 0.1.291
FILES = AUTHORS ChangeLog Makefile Makefile.config convert lst update-ldetect-lst
@@ -29,7 +29,7 @@ install: build
dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)
+ tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git: