]> ToastFreeware Gitweb - gregoa/bti.git/blobdiff - Makefile
Fix up documentation of proxy option
[gregoa/bti.git] / Makefile
index a8cd13ad2f82d4e30f8dda5b44d27d252bec9dce..4cfa826370d3ff7b1999eb273f08984dd739cff1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 #
 
-VERSION = 003
+VERSION = 009
 
 PROGRAM = bti
 
@@ -105,6 +105,6 @@ release:
        git commit -a -m "release $(VERSION)"
        cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
        @ echo
-       git-archive --format=tar --prefix=bti-$(VERSION)/ HEAD | gzip -9v > bti-$(VERSION).tar.gz
+       git archive --format=tar --prefix=bti-$(VERSION)/ HEAD | gzip -9v > bti-$(VERSION).tar.gz
 .PHONY: release