]> ToastFreeware Gitweb - gregoa/bti.git/blobdiff - Makefile
release 010
[gregoa/bti.git] / Makefile
index 58ac94d0be058422f20d379676f2fbbbc869def3..7fc3a7bcc48f068ca28e5b47690984a1700a9835 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 #
 
-VERSION = 005
+VERSION = 010
 
 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