]> mj.ucw.cz Git - arexx.git/commitdiff
Makefile: This will be released as v2.0
authorMartin Mares <mj@ucw.cz>
Fri, 17 Apr 2020 17:23:31 +0000 (19:23 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 17 Apr 2020 17:23:31 +0000 (19:23 +0200)
Makefile

index 1c1329759b565b6e71e0f617e1bc144623d85bee..2f88f152cb652df14ff867d9f2928f42c7b20d7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.99
+VERSION=2.0
 ARCHIVE=arexxd-$(VERSION).tar.gz
 
 CC=gcc
@@ -19,6 +19,6 @@ release:
        git tag v$(VERSION)
        git push --tags
        git archive --format=tar --prefix=arexxd-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
-       scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
+       scp $(ARCHIVE) jw:~ftp/pub/mj/linux/
        ssh jw "cd web && bin/release-prog arexxd $(VERSION)"
        mv $(ARCHIVE) ~/archives/sw/arexxd/